Searched defs:doesNotReturn (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/include/llvm/IR/
H A DFunction.h557 bool doesNotReturn() const { function in class:llvm::Function
H A DInstrTypes.h1988 bool doesNotReturn() const { return hasFnAttr(Attribute::NoReturn); } function in class:llvm::CmpInst
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp1884 bool doesNotReturn = none_of(*newFunction, [](const BasicBlock &BB) { local
/freebsd-current/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp3081 bool HexagonInstrInfo::doesNotReturn(const MachineInstr &CallMI) const { function in class:HexagonInstrInfo

Completed in 145 milliseconds