Searched refs:doesNotReturn (Results 1 – 16 of 16) sorted by relevance
94 SCCMightReturn |= !F->doesNotReturn(); in runImpl()97 bool CheckReturn = !SCCMightReturn && !F->doesNotReturn(); in runImpl()207 if (CI->doesNotReturn() && !CI->isMustTailCall() && in SimplifyFunction()
111 DoesNotReturn = Call.doesNotReturn(); in setCallee()135 DoesNotReturn = Call.doesNotReturn();
3525 Call.doesNotReturn() || in setCallee()
510 bool doesNotReturn() const { in doesNotReturn() function511 CALLSITE_DELEGATE_GETTER(doesNotReturn()); in doesNotReturn()
533 bool doesNotReturn() const { in doesNotReturn() function
1710 bool doesNotReturn() const { return hasFnAttr(Attribute::NoReturn); }
358 bool doesNotReturn() const { in doesNotReturn() function
414 bool doesNotReturn(const MachineInstr &CallMI) const;
994 return !TII->doesNotReturn(*MI); in isInvalidLoopOperation()
1697 if (doesNotReturn(MI)) in isSchedulingBoundary()2977 bool HexagonInstrInfo::doesNotReturn(const MachineInstr &CallMI) const { in doesNotReturn() function in HexagonInstrInfo
1594 bool doesNotReturn = none_of(*newFunction, [](const BasicBlock &BB) { in extractCodeRegion() local1598 if (doesNotReturn) in extractCodeRegion()
2085 if (CI->doesNotReturn() && !CI->isMustTailCall()) { in markAliveBlocks()
404 Assert(!F->doesNotReturn(), in visitReturnInst()
381 if (CI->doesNotReturn()) { in wrapInvoke()
2691 if (CS.doesNotReturn() && !CS->hasMetadata("nosanitize")) in instrumentFunction()
2983 if (Call->doesNotReturn()) in visitUnreachable()