Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/GlobalISel/
H A DGIMatchTree.cpp539 for (auto &EnumeratedLeaf : enumerate(Builder.getPossibleLeaves())) { in applyForPartition() local
540 if (!PossibleLeaves[EnumeratedLeaf.index()]) in applyForPartition()
543 auto &Leaf = EnumeratedLeaf.value(); in applyForPartition()
545 TestedPredicates[EnumeratedLeaf.index()]; in applyForPartition()
712 for (auto &EnumeratedLeaf : enumerate(Builder.getPossibleLeaves())) { in applyForPartition() local
713 if (!PossibleLeaves[EnumeratedLeaf.index()]) in applyForPartition()
716 auto &Leaf = EnumeratedLeaf.value(); in applyForPartition()
717 const auto &TraversedEdgesForLeaf = TraversedEdges[EnumeratedLeaf.index()]; in applyForPartition()