Searched refs:willReturn (Results 1 – 11 of 11) sorted by relevance
46 Inst->mayThrow() || !Inst->willReturn()) in isSafeToMove()
1201 if (I.mayThrow() || !I.willReturn()) { in collectMovablePreheaderInsts()
1101 return CB->use_empty() && CB->willReturn() && CB->doesNotThrow() && in isRemovable()
746 return mayWriteToMemory() || mayThrow() || !willReturn(); in mayHaveSideEffects()754 bool Instruction::willReturn() const { in willReturn() function in Instruction
682 bool willReturn() const LLVM_READONLY;
602 bool willReturn() const { return hasFnAttribute(Attribute::WillReturn); } in willReturn() function
1608 return I.willReturn(); in functionWillReturn()1616 if (!F || F->willReturn() || !functionWillReturn(*F)) in addWillReturn()
1109 return L->getHeader()->getParent()->willReturn(); in isFinite()
5642 return !I->mayThrow() && I->willReturn(); in isGuaranteedToTransferExecutionToSuccessor()
449 if (!I->willReturn()) { in wouldInstructionBeTriviallyDead()3510 if (!F.hasFnAttribute(Attribute::MustProgress) && F.willReturn()) { in inferAttributesFromOthers()
2735 if (!CB.willReturn() || !CB.doesNotThrow()) in isRemovableWrite()4086 if (isa<PHINode>(I) || I->isEHPad() || I->mayThrow() || !I->willReturn() || in TryToSinkInstruction()