Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DLoopRerollPass.cpp1220 Instruction *RootInst = RootIt->first; in validate() local
1229 if (isRootInst(RootInst)) { in validate()
1231 Visited.insert(RootInst); in validate()
1237 if (!BaseInst->isSameOperationAs(RootInst)) { in validate()
1260 " vs. " << *RootInst << "\n"); in validate()
1265 RootInst = TryIt->first; in validate()
1297 " vs. " << *RootInst << " (prev. case overlap)\n"); in validate()
1304 if (RootInst->mayReadFromMemory()) in validate()
1306 if (K.aliasesUnknownInst(RootInst, *AA)) { in validate()
1308 " vs. " << *RootInst << " (depends on future store)\n"); in validate()
[all …]