Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/ !
H A DGlobalISelMatchTableExecutorEmitter.cpp25 return !X.second.mustRecomputePerFunction(); in emitSubtargetFeatureBitsetImpl()
31 return X.second.mustRecomputePerFunction(); in emitSubtargetFeatureBitsetImpl()
/src/contrib/llvm-project/llvm/utils/TableGen/Common/ !
H A DSubtargetFeatureInfo.h46 bool mustRecomputePerFunction() const { in mustRecomputePerFunction() function