Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DCFG.cpp327 static bool instructionDoesNotReturn(const Instruction &I) { in instructionDoesNotReturn() function
338 return none_of(BB, instructionDoesNotReturn); in basicBlockCanReturn()