Searched refs:hasIndex (Results 1 – 9 of 9) sorted by relevance
76 bool hasIndex() const { in hasIndex() function170 assert(hasIndex()); in getIndex()
233 return !Indexes->hasIndex(Instr); in isNotInMIMap()
374 bool hasIndex(const MachineInstr &instr) const { in hasIndex() function
1550 if (!Indexes->hasIndex(*I)) in handleMoveIntoNewBundle()1670 while (Begin != MBB->begin() && !Indexes->hasIndex(*std::prev(Begin))) in repairIntervalsInRange()1672 while (End != MBB->end() && !Indexes->hasIndex(*End)) in repairIntervalsInRange()
441 if (Indexes->hasIndex(MI)) in print()
571 if (Indexes && Indexes->hasIndex(*MI)) in report()879 if (Indexes && Indexes->hasIndex(*MI)) { in visitMachineBundleBefore()
328 REGISTER_MATCHER(hasIndex); in RegistryMaps()
660 hasIndex( in matcher()
5701 AST_MATCHER_P(ArraySubscriptExpr, hasIndex, in AST_MATCHER_P() argument