Lines Matching refs:enumerate
73 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()
138 for (auto &Dep : enumerate(MatchDag.predicate_edges())) { in declareInstr()
141 for (auto &DepsFor : enumerate(UnsatisfiedPredDepsForPred)) { in declareInstr()
161 for (auto &E : enumerate(MatchDag.edges())) { in declareOperand()
172 for (auto &Dep : enumerate(MatchDag.predicate_edges())) { in declareOperand()
175 for (auto &DepsFor : enumerate(UnsatisfiedPredDepsForPred)) { in declareOperand()
344 for (auto &C : enumerate(TreeNode->children())) { in runStep()
396 for (const auto &Leaf : enumerate(Leaves)) { in repartition()
519 for (const auto &Leaf : enumerate(Leaves)) { in repartition()
542 for (auto &EnumeratedLeaf : enumerate(Builder.getPossibleLeaves())) { in applyForPartition()
577 for (auto &E : enumerate(Leaf.getMatchDag().edges())) { in applyForPartition()
621 for (const auto &EnumInstr : enumerate(PartitionToInstr)) { in generatePartitionSelectorCode()
656 for (const auto &Leaf : enumerate(Leaves)) { in repartition()
700 for (const auto &Leaf : enumerate(Leaves)) { in repartition()
715 for (auto &EnumeratedLeaf : enumerate(Builder.getPossibleLeaves())) { in applyForPartition()