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.cpp1345 auto *IPRoot = dyn_cast<InstructionPattern>(MatchRoot); in findRoots() local
1346 if (!IPRoot) in findRoots()
1349 if (IPRoot->getNumInstDefs() == 0) { in findRoots()
1370 const auto DefsNeeded = IPRoot->getApplyDefsNeeded(); in findRoots()