Searched refs:willReturn (Results 1 – 6 of 6) sorted by relevance
684 return mayWriteToMemory() || mayThrow() || !willReturn(); in mayHaveSideEffects()692 bool Instruction::willReturn() const { in willReturn() function in Instruction
660 bool willReturn() const;
676 bool willReturn() const { return hasFnAttribute(Attribute::WillReturn); } in willReturn() function
1459 return I.willReturn(); in functionWillReturn()1468 if (!F || F->willReturn() || !functionWillReturn(*F)) in addWillReturn()
433 if (!I->willReturn()) in wouldInstructionBeTriviallyDead()3367 if (!F.hasFnAttribute(Attribute::MustProgress) && F.willReturn()) { in inferAttributesFromOthers()
5295 return !I->mayThrow() && I->willReturn(); in isGuaranteedToTransferExecutionToSuccessor()