Searched refs:RootInst (Results 1 – 1 of 1) sorted by relevance
1248 Instruction *RootInst = RootIt->first; in validate() local1257 if (isRootInst(RootInst)) { in validate()1259 Visited.insert(RootInst); in validate()1265 if (!BaseInst->isSameOperationAs(RootInst)) { in validate()1288 << *BaseInst << " vs. " << *RootInst << "\n"); in validate()1293 RootInst = TryIt->first; in validate()1325 << " vs. " << *RootInst << " (prev. case overlap)\n"); in validate()1332 if (RootInst->mayReadFromMemory()) in validate()1334 if (K.aliasesUnknownInst(RootInst, *AA)) { in validate()1336 << *BaseInst << " vs. " << *RootInst in validate()[all …]