Searched refs:InlineFeaturesAllowed (Results 1 – 2 of 2) sorted by relevance
72 const FeatureBitset InlineFeaturesAllowed = { variable
96 bool MatchExact = (CallerBits & ~InlineFeaturesAllowed) == in areInlineCompatible()97 (CalleeBits & ~InlineFeaturesAllowed); in areInlineCompatible()100 bool MatchSubset = ((CallerBits & CalleeBits) & InlineFeaturesAllowed) == in areInlineCompatible()101 (CalleeBits & InlineFeaturesAllowed); in areInlineCompatible()