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

/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/
H A DGIMatchTree.cpp101 UnsatisfiedPredDepsForPred.resize(MatchDag.getNumPredicates(),
105 UnsatisfiedPredDepsForPred[ID].set(Dep.index());
141 for (auto &DepsFor : enumerate(UnsatisfiedPredDepsForPred)) {
175 for (auto &DepsFor : enumerate(UnsatisfiedPredDepsForPred)) {
H A DGIMatchTree.h274 std::vector<BitVector> UnsatisfiedPredDepsForPred; member in class:llvm::GIMatchTreeBuilderLeafInfo
303 // We don't need UnsatisfiedPredDepsForPred because RemainingPredicates
314 // We don't need UnsatisfiedPredDepsForPred because RemainingPredicates

Completed in 134 milliseconds