Home
last modified time | relevance | path

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

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