Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/Analysis/
H A DConstructionContext.h76 bool hasIndex() const { in hasIndex() function
170 assert(hasIndex()); in getIndex()
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DLiveIntervals.h216 return !Indexes->hasIndex(Instr); in isNotInMIMap()
H A DSlotIndexes.h385 bool hasIndex(const MachineInstr &instr) const {
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DLiveIntervals.cpp1532 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()
H A DMachineBasicBlock.cpp433 if (Indexes->hasIndex(MI)) in print()
1137 if (Indexes->hasIndex(MI)) in SplitCriticalEdge()
H A DMachineVerifier.cpp514 if (Indexes && Indexes->hasIndex(*MI)) in report()
819 if (Indexes && Indexes->hasIndex(*MI)) { in visitMachineBundleBefore()
/openbsd/gnu/llvm/clang/lib/Analysis/
H A DUnsafeBufferUsage.cpp304 unless(hasIndex(integerLiteral(equals(0))))) in matcher()
/openbsd/gnu/llvm/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp319 REGISTER_MATCHER(hasIndex); in RegistryMaps()
/openbsd/gnu/llvm/clang/include/clang/ASTMatchers/
H A DASTMatchers.h5439 AST_MATCHER_P(ArraySubscriptExpr, hasIndex, in AST_MATCHER_P() argument