Searched refs:doesNotReturn (Results 1 – 19 of 19) sorted by relevance
85 SCCMightReturn |= !F->doesNotReturn(); in runImpl()88 bool CheckReturn = !SCCMightReturn && !F->doesNotReturn(); in runImpl()199 if (CI->doesNotReturn() && !CI->isMustTailCall() && in SimplifyFunction()
1660 F->doesNotReturn()) in addNoReturnAttrs()
94 + (void) doesNotReturn __attribute__((analyzer_noreturn));99 [Radar11634353 doesNotReturn];
110 DoesNotReturn = Call.doesNotReturn(); in setCallee()134 DoesNotReturn = Call.doesNotReturn();
4100 Call.doesNotReturn() || in setCallee()
421 bool doesNotReturn(const MachineInstr &CallMI) const;
994 return !TII->doesNotReturn(*MI); in isInvalidLoopOperation()
1799 if (doesNotReturn(MI)) in isSchedulingBoundary()3071 bool HexagonInstrInfo::doesNotReturn(const MachineInstr &CallMI) const { in doesNotReturn() function in HexagonInstrInfo
544 bool doesNotReturn() const { in doesNotReturn() function
1892 bool doesNotReturn() const { return hasFnAttr(Attribute::NoReturn); }
688 if (CI.doesNotReturn()) in isValidCallInst()1458 if (CI->doesNotReturn()) in isErrorBlockImpl()
1835 bool doesNotReturn = none_of(*newFunction, [](const BasicBlock &BB) { in extractCodeRegion() local1839 if (doesNotReturn) in extractCodeRegion()
2306 if (CI->doesNotReturn() && !CI->isMustTailCall()) { in markAliveBlocks()2348 if (II->doesNotReturn() && in markAliveBlocks()
383 Check(!F->doesNotReturn(), in visitReturnInst()
2710 if (CB->doesNotReturn()) in instrumentFunction()
2772 if (Call->doesNotReturn()) in translateUnreachable()
5413 if (CI->doesNotReturn()) { in EmitCall()
6101 (Call.doesNotReturn() && FTy->getReturnType()->isVoidTy())), in verifyAttachedCallBundle()
3113 if (Call->doesNotReturn()) in visitUnreachable()