Home
last modified time | relevance | path

Searched refs:canReturn (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DCFG.h200 LLVM_ABI bool canReturn(const Function &F);
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DCFG.cpp342 bool llvm::canReturn(const Function &F) { in canReturn() function in llvm
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOCtxProfLowering.cpp236 if (!llvm::canReturn(F)) { in lowerFunction()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp2115 if (!canReturn(*F)) { in addNoReturnAttrs()