Home
last modified time | relevance | path

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

/freebsd/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()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DSubtargetFeatureInfo.h46 bool mustRecomputePerFunction() const { in mustRecomputePerFunction() function