Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp1621 static bool instructionDoesNotReturn(Instruction &I) { in instructionDoesNotReturn() function
1632 return none_of(BB, instructionDoesNotReturn); in basicBlockCanReturn()