Return true if there is at least a path through which F can return, false if there is no such path.
Declared in <llvm/Analysis/CFG.h>
<llvm/Analysis/CFG.h>
bool canReturn(Function const& F);
True if F has a feasible return path; false otherwise.
F