Home
last modified time | relevance | path

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

/external/llvm-project/llvm/utils/TableGen/GlobalISel/
DGIMatchDagInstr.cpp42 Dag.addMatchRoot(this); in setMatchRoot()
DGIMatchDag.h228 void addMatchRoot(GIMatchDagInstr *N) { MatchRoots.push_back(N); } in addMatchRoot() function