Home
last modified time | relevance | path

Searched refs:EnumeratedLeaf (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/llvm/utils/TableGen/GlobalISel/
DGIMatchTree.cpp542 for (auto &EnumeratedLeaf : enumerate(Builder.getPossibleLeaves())) { in applyForPartition() local
543 if (!PossibleLeaves[EnumeratedLeaf.index()]) in applyForPartition()
546 auto &Leaf = EnumeratedLeaf.value(); in applyForPartition()
548 TestedPredicates[EnumeratedLeaf.index()]; in applyForPartition()
715 for (auto &EnumeratedLeaf : enumerate(Builder.getPossibleLeaves())) { in applyForPartition() local
716 if (!PossibleLeaves[EnumeratedLeaf.index()]) in applyForPartition()
719 auto &Leaf = EnumeratedLeaf.value(); in applyForPartition()
720 const auto &TraversedEdgesForLeaf = TraversedEdges[EnumeratedLeaf.index()]; in applyForPartition()