We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
canReturn
1 parent 7cb7b2d commit d037217Copy full SHA for d037217
llvm/include/llvm/Analysis/CFG.h
@@ -174,7 +174,10 @@ bool containsIrreducibleCFG(RPOTraversalT &RPOTraversal, const LoopInfoT &LI) {
174
175
return false;
176
}
177
+
178
+/// Return true if there is at least a path through which F can return, false if
179
+/// there is no such path.
180
bool canReturn(const Function &F);
-} // End llvm namespace
181
+} // namespace llvm
182
183
#endif
0 commit comments