Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DLoopRerollPass.cpp1217 Instruction *RootInst = RootIt->first; in validate() local
1226 if (isRootInst(RootInst)) { in validate()
1228 Visited.insert(RootInst); in validate()
1234 if (!BaseInst->isSameOperationAs(RootInst)) { in validate()
1262 RootInst = TryIt->first; in validate()
1301 if (RootInst->mayReadFromMemory()) in validate()
1320 << " vs. " << *RootInst in validate()
1340 Value *Op2 = RootInst->getOperand(j); in validate()
1385 (!PossibleRedLastSet.count(RootInst) && in validate()
1386 hasUsesOutsideLoop(RootInst, L))) { in validate()
[all …]