Lines Matching refs:enumerate
74 for (const auto &Child : enumerate(Children)) { in writeDOTGraphEdges()
92 for (auto &P : enumerate(MatchDag.predicates())) { in GIMatchTreeBuilderLeafInfo()
98 for (auto &Dep : enumerate(MatchDag.predicate_edges())) { in GIMatchTreeBuilderLeafInfo()
103 for (auto &Dep : enumerate(MatchDag.predicate_edges())) { in GIMatchTreeBuilderLeafInfo()
137 for (auto &Dep : enumerate(MatchDag.predicate_edges())) { in declareInstr()
140 for (auto &DepsFor : enumerate(UnsatisfiedPredDepsForPred)) { in declareInstr()
160 for (auto &E : enumerate(MatchDag.edges())) { in declareOperand()
171 for (auto &Dep : enumerate(MatchDag.predicate_edges())) { in declareOperand()
174 for (auto &DepsFor : enumerate(UnsatisfiedPredDepsForPred)) { in declareOperand()
342 for (auto &C : enumerate(TreeNode->children())) { in runStep()
394 for (const auto &Leaf : enumerate(Leaves)) { in repartition()
516 for (const auto &Leaf : enumerate(Leaves)) { in repartition()
539 for (auto &EnumeratedLeaf : enumerate(Builder.getPossibleLeaves())) { in applyForPartition()
574 for (auto &E : enumerate(Leaf.getMatchDag().edges())) { in applyForPartition()
618 for (const auto &EnumInstr : enumerate(PartitionToInstr)) { in generatePartitionSelectorCode()
653 for (const auto &Leaf : enumerate(Leaves)) { in repartition()
697 for (const auto &Leaf : enumerate(Leaves)) { in repartition()
712 for (auto &EnumeratedLeaf : enumerate(Builder.getPossibleLeaves())) { in applyForPartition()