Searched refs:IsPatchPoint (Results 1 – 7 of 7) sorted by relevance
78 bool IsPatchPoint : 1; member102 DoesNotReturn(false), IsReturnValueUsed(true), IsPatchPoint(false) {} in CallLoweringInfo()183 IsPatchPoint = Value;
3458 bool IsPatchPoint : 1; member3482 IsPatchPoint(false), DAG(DAG) {} in CallLoweringInfo()3585 IsPatchPoint = Value;
571 Type *ReturnTy, bool IsPatchPoint);
8675 bool IsPatchPoint) { in populateCallLoweringInfo() argument8698 .setIsPatchPoint(IsPatchPoint); in populateCallLoweringInfo()
669 if (CLI.IsPatchPoint) in LowerCall()
1653 if (CLI.IsPatchPoint) in fastLowerCall()
5502 bool isPatchPoint = CLI.IsPatchPoint; in LowerCall()