Home
last modified time | relevance | path

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

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