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
2 parents 9fa8219 + d037217 commit 4caab3eCopy full SHA for 4caab3e
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