Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/TableGen/GlobalISel/
H A DGIMatchDag.cpp38 if (N->isMatchRoot()) in writeDOTGraph()
54 if (N->isMatchRoot()) in writeDOTGraph()
H A DGIMatchDagInstr.h103 bool isMatchRoot() const { return IsMatchRoot; } in isMatchRoot() function