Searched refs:hasIndex (Results 1 – 9 of 9) sorted by relevance
76 bool hasIndex() const { in hasIndex() function170 assert(hasIndex()); in getIndex()
216 return !Indexes->hasIndex(Instr); in isNotInMIMap()
385 bool hasIndex(const MachineInstr &instr) const {
1532 if (!Indexes->hasIndex(*I)) in handleMoveIntoNewBundle()1653 while (Begin != MBB->begin() && !Indexes->hasIndex(*std::prev(Begin))) in repairIntervalsInRange()1655 while (End != MBB->end() && !Indexes->hasIndex(*End)) in repairIntervalsInRange()
433 if (Indexes->hasIndex(MI)) in print()1137 if (Indexes->hasIndex(MI)) in SplitCriticalEdge()
514 if (Indexes && Indexes->hasIndex(*MI)) in report()819 if (Indexes && Indexes->hasIndex(*MI)) { in visitMachineBundleBefore()
304 unless(hasIndex(integerLiteral(equals(0))))) in matcher()
319 REGISTER_MATCHER(hasIndex); in RegistryMaps()
5439 AST_MATCHER_P(ArraySubscriptExpr, hasIndex, in AST_MATCHER_P() argument