Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DLoopRerollPass.cpp1068 Instruction *RootInst = RootIt->first; in validate() local
1077 if (isRootInst(RootInst)) { in validate()
1079 Visited.insert(RootInst); in validate()
1085 if (!BaseInst->isSameOperationAs(RootInst)) { in validate()
1108 " vs. " << *RootInst << "\n"); in validate()
1113 RootInst = TryIt->first; in validate()
1145 " vs. " << *RootInst << " (prev. case overlap)\n"); in validate()
1152 if (RootInst->mayReadFromMemory()) in validate()
1154 if (K.aliasesUnknownInst(RootInst, *AA)) { in validate()
1156 " vs. " << *RootInst << " (depends on future store)\n"); in validate()
[all …]