Home
last modified time | relevance | path

Searched refs:hasIndex (Results 1 – 9 of 9) 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.h233 return !Indexes->hasIndex(Instr); in isNotInMIMap()
H A DSlotIndexes.h374 bool hasIndex(const MachineInstr &instr) const { in hasIndex() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveIntervals.cpp1550 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()
H A DMachineBasicBlock.cpp441 if (Indexes->hasIndex(MI)) in print()
H A DMachineVerifier.cpp571 if (Indexes && Indexes->hasIndex(*MI)) in report()
879 if (Indexes && Indexes->hasIndex(*MI)) { in visitMachineBundleBefore()
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp328 REGISTER_MATCHER(hasIndex); in RegistryMaps()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DUnsafeBufferUsage.cpp660 hasIndex( in matcher()
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h5701 AST_MATCHER_P(ArraySubscriptExpr, hasIndex, in AST_MATCHER_P() argument