Searched refs:DepsFor (Results 1 – 1 of 1) sorted by relevance
140 for (auto &DepsFor : enumerate(UnsatisfiedPredDepsForPred)) { in declareInstr() local141 DepsFor.value().reset(Dep.index()); in declareInstr()142 if (DepsFor.value().none()) in declareInstr()143 TestablePredicates.set(DepsFor.index()); in declareInstr()174 for (auto &DepsFor : enumerate(UnsatisfiedPredDepsForPred)) { in declareOperand() local175 DepsFor.value().reset(Dep.index()); in declareOperand()176 if (DepsFor.value().none()) in declareOperand()177 TestablePredicates.set(DepsFor.index()); in declareOperand()