Searched refs:doesNotReturn (Results 1 – 16 of 16) sorted by relevance
88 SCCMightReturn |= !F->doesNotReturn(); in runImpl()91 bool CheckReturn = !SCCMightReturn && !F->doesNotReturn(); in runImpl()202 if (CI->doesNotReturn() && !CI->isMustTailCall() && in SimplifyFunction()
1420 F->doesNotReturn()) in addNoReturnAttrs()
110 DoesNotReturn = Call.doesNotReturn(); in setCallee()134 DoesNotReturn = Call.doesNotReturn();
3781 Call.doesNotReturn() || in setCallee()
417 bool doesNotReturn(const MachineInstr &CallMI) const;
994 return !TII->doesNotReturn(*MI); in isInvalidLoopOperation()
1721 if (doesNotReturn(MI)) in isSchedulingBoundary()3011 bool HexagonInstrInfo::doesNotReturn(const MachineInstr &CallMI) const { in doesNotReturn() function in HexagonInstrInfo
597 bool doesNotReturn() const { in doesNotReturn() function
1837 bool doesNotReturn() const { return hasFnAttr(Attribute::NoReturn); }
1762 bool doesNotReturn = none_of(*newFunction, [](const BasicBlock &BB) { in extractCodeRegion() local1766 if (doesNotReturn) in extractCodeRegion()
2279 if (CI->doesNotReturn() && !CI->isMustTailCall()) { in markAliveBlocks()
378 Assert(!F->doesNotReturn(), in visitReturnInst()
411 if (CI->doesNotReturn()) { in wrapInvoke()
2864 if (CB->doesNotReturn() && !CB->hasMetadata("nosanitize")) in instrumentFunction()
5307 if (CI->doesNotReturn()) { in EmitCall()
3085 if (Call->doesNotReturn()) in visitUnreachable()