Searched refs:EntryIndex (Results 1 – 9 of 9) sorted by relevance
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | DbgEntityHistoryCalculator.h | 49 typedef size_t EntryIndex; typedef 53 static const EntryIndex NoEntry = std::numeric_limits<EntryIndex>::max(); 82 EntryIndex getEndIndex() const { return EndIndex; } in getEndIndex() 89 void endEntry(EntryIndex EndIndex); 93 EntryIndex EndIndex; 104 EntryIndex &NewIndex); 105 EntryIndex startClobber(InlinedEntity Var, const MachineInstr &MI); 107 Entry &getEntry(InlinedEntity Var, EntryIndex Index) { in getEntry()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DbgEntityHistoryCalculator.cpp | 36 using EntryIndex = DbgValueHistoryMap::EntryIndex; typedef 72 EntryIndex &NewIndex) { in startDbgValue() 101 void DbgValueHistoryMap::Entry::endEntry(EntryIndex Index) { in endEntry() 133 SmallVector<EntryIndex, 4> ToRemove; in trimLocationRanges() 177 EntryIndex StartIndex = 0; in trimLocationRanges() 186 EntryIndex EndIndex = EI->getEndIndex(); in trimLocationRanges() 254 for (EntryIndex Idx : llvm::reverse(ToRemove)) in trimLocationRanges() 329 SmallVector<EntryIndex, 4> IndicesToErase; in clobberRegEntries() 367 EntryIndex NewIndex; in handleNewDebugValue() 373 SmallVector<EntryIndex, 4> IndicesToErase; in handleNewDebugValue() [all …]
|
| H A D | DwarfDebug.cpp | 1650 std::pair<DbgValueHistoryMap::EntryIndex, DbgValueLoc>; in buildLocationList()
|
| /llvm-project-15.0.7/llvm/lib/ObjectYAML/ |
| H A D | DWARFEmitter.cpp | 191 uint64_t EntryIndex = 0; in emitDebugRanges() local 197 Twine(EntryIndex) + in emitDebugRanges() 220 ++EntryIndex; in emitDebugRanges()
|
| /llvm-project-15.0.7/llvm/lib/Passes/ |
| H A D | StandardInstrumentations.cpp | 1698 int EntryIndex = -1; in createDisplayGraph() local 1702 EntryIndex = Index; in createDisplayGraph() 1706 assert(EntryIndex >= 0 && "Expected entry node index to be set."); in createDisplayGraph() 1707 G.setEntryNode(EntryIndex); in createDisplayGraph()
|
| /llvm-project-15.0.7/bolt/lib/Profile/ |
| H A D | DataReader.cpp | 183 auto Iter = EntryIndex[OffsetTo].find(From); in bumpEntryCount() 184 if (Iter == EntryIndex[OffsetTo].end()) { in bumpEntryCount() 187 EntryIndex[OffsetTo][From] = EntryData.size() - 1; in bumpEntryCount()
|
| /llvm-project-15.0.7/bolt/include/bolt/Profile/ |
| H A D | DataReader.h | 147 DenseMap<uint64_t, DenseMap<Location, size_t>> EntryIndex; member
|
| /llvm-project-15.0.7/clang/lib/Analysis/ |
| H A D | ThreadSafety.cpp | 347 unsigned EntryIndex; member 771 CurrBlockInfo->EntryIndex = getContextIndex(); in traverseCFG() 1555 LVarCtx(Info.EntryContext), CtxIndex(Info.EntryIndex) {} in BuildLockset()
|
| /llvm-project-15.0.7/llvm/tools/llvm-readobj/ |
| H A D | ELFDumper.cpp | 791 size_t EntryIndex = (reinterpret_cast<uintptr_t>(&Sym) - in getSymbolVersion() local 797 Obj.template getEntry<Elf_Versym>(*SymbolVersionSection, EntryIndex); in getSymbolVersion()
|