Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/
H A DGIMatchDagInstr.h67 bool IsMatchRoot = false; variable
100 bool isMatchRoot() const { return IsMatchRoot; } in isMatchRoot()
H A DGIMatchDagInstr.cpp41 IsMatchRoot = true; in setMatchRoot()