Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/GlobalISel/
H A DGIMatchTree.cpp101 UnsatisfiedPredDepsForPred.resize(MatchDag.getNumPredicates(), in GIMatchTreeBuilderLeafInfo()
105 UnsatisfiedPredDepsForPred[ID].set(Dep.index()); in GIMatchTreeBuilderLeafInfo()
140 for (auto &DepsFor : enumerate(UnsatisfiedPredDepsForPred)) { in declareInstr()
174 for (auto &DepsFor : enumerate(UnsatisfiedPredDepsForPred)) { in declareOperand()
H A DGIMatchTree.h274 std::vector<BitVector> UnsatisfiedPredDepsForPred; variable