Searched refs:DoesNotReturn (Results 1 – 5 of 5) sorted by relevance
77 bool DoesNotReturn : 1; member103 DoesNotReturn(false), IsReturnValueUsed(true), IsPatchPoint(false) {} in CallLoweringInfo()112 DoesNotReturn = Call.doesNotReturn(); in setCallee()136 DoesNotReturn = Call.doesNotReturn();
3194 bool DoesNotReturn : 1; member3220 DoesNotReturn(false), IsReturnValueUsed(true), IsConvergent(false), in CallLoweringInfo()3263 DoesNotReturn = in setCallee()3289 DoesNotReturn = Value;
326 bool DoesNotReturn = CLI.DoesNotReturn; in LowerCall() local528 unsigned OpCode = DoesNotReturn ? HexagonISD::CALLnr : HexagonISD::CALL; in LowerCall()
1806 bool doesNotRet = CLI.DoesNotReturn; in LowerCall()
4134 if (CLI.DoesNotReturn && !getTargetMachine().Options.TrapUnreachable) { in LowerCall()