Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DInstruction.h641 bool willReturn() const;
H A DFunction.h675 bool willReturn() const { return hasFnAttribute(Attribute::WillReturn); } in willReturn() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DADCE.cpp329 if (I.isEHPad() || I.mayHaveSideEffects() || !I.willReturn()) { in isAlwaysLive()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp1459 return I.willReturn(); in functionWillReturn()
1468 if (!F || F->willReturn() || !functionWillReturn(*F)) in addWillReturn()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DDemandedBits.cpp83 I->mayHaveSideEffects() || !I->willReturn(); in isAlwaysLive()
H A DValueTracking.cpp5237 return !I->mayThrow() && I->willReturn(); in isGuaranteedToTransferExecutionToSuccessor()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DInstruction.cpp667 bool Instruction::willReturn() const { in willReturn() function in Instruction
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DLocal.cpp433 if (!I->willReturn()) in wouldInstructionBeTriviallyDead()
3358 if (!F.hasFnAttribute(Attribute::MustProgress) && F.willReturn()) { in inferAttributesFromOthers()