Searched refs:requiresSMChange (Results 1 – 4 of 4) sorted by relevance
96 bool SMECallAttrs::requiresSMChange() const { in requiresSMChange() function in SMECallAttrs
179 bool requiresSMChange() const;
283 if (CallAttrs.requiresLazySave() || CallAttrs.requiresSMChange() || in areInlineCompatible()355 if (SMECallAttrs(FAttrs, CallAttrs.callee()).requiresSMChange()) { in getInlineCallPenalty()358 if (SMECallAttrs(FAttrs, CallAttrs.caller()).requiresSMChange()) // (2) in getInlineCallPenalty()
8495 if (CallAttrs.requiresSMChange() || CallAttrs.requiresLazySave() || in isEligibleForTailCallOptimization()9023 bool RequiresSMChange = CallAttrs.requiresSMChange(); in LowerCall()28702 if (CallAttrs.requiresSMChange() || CallAttrs.requiresLazySave() || in fallBackToDAGISel()