Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUTargetTransformInfo.cpp618 FeatureBitset RealCallerBits = CallerBits & ~InlineFeatureIgnoreList; in areInlineCompatible() local
620 return ((RealCallerBits & RealCalleeBits) == RealCalleeBits); in areInlineCompatible()