Home
last modified time | relevance | path

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

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