Searched refs:hasIndex (Results 1 – 9 of 9) sorted by relevance
186 while (Begin != MBB->begin() && !hasIndex(*Begin)) in repairIndexesInRange()188 while (End != MBB->end() && !hasIndex(*End)) in repairIndexesInRange()
1539 if (!Indexes->hasIndex(*I)) in handleMoveIntoNewBundle()1668 while (Begin != MBB->begin() && !Indexes->hasIndex(*Begin)) in repairIntervalsInRange()1670 while (End != MBB->end() && !Indexes->hasIndex(*End)) in repairIntervalsInRange()
431 if (Indexes->hasIndex(MI)) in print()1113 if (Indexes->hasIndex(MI)) in SplitCriticalEdge()
490 if (Indexes && Indexes->hasIndex(*MI)) in report()788 if (Indexes && Indexes->hasIndex(*MI)) { in visitMachineBundleBefore()
73 bool hasIndex() const { in hasIndex() function163 assert(hasIndex()); in getIndex()
222 return !Indexes->hasIndex(Instr); in isNotInMIMap()
380 bool hasIndex(const MachineInstr &instr) const {
311 REGISTER_MATCHER(hasIndex); in RegistryMaps()
5245 AST_MATCHER_P(ArraySubscriptExpr, hasIndex, in AST_MATCHER_P() argument