Home
last modified time | relevance | path

Searched refs:MatchExact (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp96 bool MatchExact = (CallerBits & ~InlineFeaturesAllowed) == in areInlineCompatible() local
102 return MatchExact && MatchSubset; in areInlineCompatible()