Searched refs:DepsFor (Results 1 – 1 of 1) sorted by relevance
141 for (auto &DepsFor : enumerate(UnsatisfiedPredDepsForPred)) { in declareInstr() local142 DepsFor.value().reset(Dep.index()); in declareInstr()143 if (DepsFor.value().none()) in declareInstr()144 TestablePredicates.set(DepsFor.index()); in declareInstr()175 for (auto &DepsFor : enumerate(UnsatisfiedPredDepsForPred)) { in declareOperand() local176 DepsFor.value().reset(Dep.index()); in declareOperand()177 if (DepsFor.value().none()) in declareOperand()178 TestablePredicates.set(DepsFor.index()); in declareOperand()