Searched refs:RealCallerBits (Results 1 – 2 of 2) sorted by relevance
1153 FeatureBitset RealCallerBits = CallerBits & ~InlineFeatureIgnoreList; in areInlineCompatible() local1155 if ((RealCallerBits & RealCalleeBits) != RealCalleeBits) in areInlineCompatible()
6074 FeatureBitset RealCallerBits = CallerBits & ~InlineFeatureIgnoreList; in areInlineCompatible() local6076 if (RealCallerBits == RealCalleeBits) in areInlineCompatible()6081 if ((RealCallerBits & RealCalleeBits) != RealCalleeBits) in areInlineCompatible()