Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelCombinerEmitter.cpp1439 auto *IPRoot = dyn_cast<InstructionPattern>(MatchRoot); in findRoots() local
1440 if (!IPRoot) in findRoots()
1443 if (IPRoot->getNumInstDefs() == 0) { in findRoots()
1464 const auto DefsNeeded = IPRoot->getApplyDefsNeeded(); in findRoots()