Searched refs:RootInst (Results 1 – 1 of 1) sorted by relevance
1242 Instruction *RootInst = RootIt->first; in validate() local1251 if (isRootInst(RootInst)) { in validate()1253 Visited.insert(RootInst); in validate()1259 if (!BaseInst->isSameOperationAs(RootInst)) { in validate()1282 << *BaseInst << " vs. " << *RootInst << "\n"); in validate()1287 RootInst = TryIt->first; in validate()1319 << " vs. " << *RootInst << " (prev. case overlap)\n"); in validate()1326 if (RootInst->mayReadFromMemory()) { in validate()1328 if (isModOrRefSet(K.aliasesUnknownInst(RootInst, BatchAA))) { in validate()1330 << *BaseInst << " vs. " << *RootInst in validate()[all …]