Home
last modified time | relevance | path

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

/external/llvm-project/llvm/utils/TableGen/GlobalISel/
DGIMatchTree.h80 unsigned getRootIdx() const { return RootIdx; } in getRootIdx() function
298 unsigned getRootIdx() const { return Info.getRootIdx(); } in getRootIdx() function
363 OS << "Leaf " << getName() << " for root #" << getRootIdx() << "\n"; in dump()
DGIMatchTree.cpp367 *(Leaf.getMatchDag().roots().begin() + Leaf.getRootIdx()); in run()