Searched refs:IsPatchPoint (Results 1 – 7 of 7) sorted by relevance
79 bool IsPatchPoint : 1; member103 DoesNotReturn(false), IsReturnValueUsed(true), IsPatchPoint(false) {} in CallLoweringInfo()184 IsPatchPoint = Value;
3197 bool IsPatchPoint : 1; member3221 IsPatchPoint(false), DAG(DAG) {} in CallLoweringInfo()3324 IsPatchPoint = Value;
738 Type *ReturnTy, bool IsPatchPoint);
8065 bool IsPatchPoint) { in populateCallLoweringInfo() argument8088 .setIsPatchPoint(IsPatchPoint); in populateCallLoweringInfo()
615 if (CLI.IsPatchPoint) in LowerCall()
1661 if (CLI.IsPatchPoint) in fastLowerCall()
5274 bool isPatchPoint = CLI.IsPatchPoint; in LowerCall()