Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/
DGIMatchTree.cpp668 for (unsigned EIdx : Leaf.value().TraversableEdges.set_bits()) { in repartition() local
669 const auto &E = Leaf.value().getEdge(EIdx); in repartition()
677 TraversedEdgesForLeaf.set(EIdx); in repartition()
738 for (unsigned EIdx : TraversedEdgesForLeaf.set_bits()) { in applyForPartition() local
739 const GIMatchDagEdge *E = Leaf.getEdge(EIdx); in applyForPartition()