Searched refs:ApplyRoot (Results 1 – 1 of 1) sorted by relevance
1451 auto *ApplyRoot = dyn_cast<InstructionPattern>(It->second.get()); in findRoots() local1452 if (!ApplyRoot) { in findRoots()1458 ApplyRoots.insert(ApplyRoot); in findRoots()1864 for (auto *ApplyRoot : ApplyRoots) { in emitApplyPatterns() local1865 assert(isa<InstructionPattern>(ApplyRoot) && in emitApplyPatterns()1868 cast<InstructionPattern>(*ApplyRoot), in emitApplyPatterns()