Home
last modified time | relevance | path

Searched defs:doesNotReturn (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DFunction.h557 bool doesNotReturn() const { doesNotReturn() function
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp1884 bool doesNotReturn = none_of(*newFunction, [](const BasicBlock &BB) { extractCodeRegion() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp3081 bool HexagonInstrInfo::doesNotReturn(const MachineInstr &CallMI) const { doesNotReturn() function in HexagonInstrInfo