Home
last modified time | relevance | path

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

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