Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/utils/TableGen/GlobalISel/
H A DGIMatchTree.cpp562 GIMatchTreeBuilder::LeafVec &NewLeaves = SubBuilder.getPossibleLeaves(); in applyForPartition() local
568 for (auto &Leaf : NewLeaves) { in applyForPartition()
582 for (auto &Leaf : NewLeaves) { in applyForPartition()
736 GIMatchTreeBuilder::LeafVec &NewLeaves = SubBuilder.getPossibleLeaves(); in applyForPartition() local
737 for (const auto I : zip(NewLeaves, TraversedEdgesByNewLeaves)) { in applyForPartition()