Home
last modified time | relevance | path

Searched refs:hasIndex (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DConstructionContext.h76 bool hasIndex() const { in hasIndex() function
170 assert(hasIndex()); in getIndex()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveIntervals.h243 return !Indexes->hasIndex(Instr); in isNotInMIMap()
H A DSlotIndexes.h375 bool hasIndex(const MachineInstr &instr) const { in hasIndex() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveIntervals.cpp1586 if (!Indexes->hasIndex(*I)) in handleMoveIntoNewBundle()
1706 while (Begin != MBB->begin() && !Indexes->hasIndex(*std::prev(Begin))) in repairIntervalsInRange()
1708 while (End != MBB->end() && !Indexes->hasIndex(*End)) in repairIntervalsInRange()
H A DMachineBasicBlock.cpp441 if (Indexes->hasIndex(MI)) in print()
H A DMachineVerifier.cpp612 if (Indexes && Indexes->hasIndex(*MI)) in report()
921 if (Indexes && Indexes->hasIndex(*MI)) { in visitMachineBundleBefore()
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp331 REGISTER_MATCHER(hasIndex); in RegistryMaps()
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h5747 AST_MATCHER_P(ArraySubscriptExpr, hasIndex, in AST_MATCHER_P() argument