Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/GlobalISel/
H A DGIMatchTree.h80 unsigned getRootIdx() const { return RootIdx; } in getRootIdx() function
298 unsigned getRootIdx() const { return Info.getRootIdx(); } in getRootIdx() function
360 OS << "Leaf " << getName() << " for root #" << getRootIdx() << "\n"; in dump()
H A DGIMatchTree.cpp365 *(Leaf.getMatchDag().roots().begin() + Leaf.getRootIdx()); in run()