Searched refs:canReturn (Results 1 – 4 of 4) sorted by relevance
200 LLVM_ABI bool canReturn(const Function &F);
342 bool llvm::canReturn(const Function &F) { in canReturn() function in llvm
236 if (!llvm::canReturn(F)) { in lowerFunction()
2115 if (!canReturn(*F)) { in addNoReturnAttrs()