Home
last modified time | relevance | path

Searched refs:Ent (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DDbgEntityHistoryCalculator.cpp545 DbgValueHistoryMap::Entry &Ent = DbgValues.getEntry(Pair.first, Idx); in calculateDbgEntityHistory() local
546 assert(Ent.isDbgValue() && !Ent.isClosed()); in calculateDbgEntityHistory()
547 Ent.endEntry(ClobIdx); in calculateDbgEntityHistory()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DInlineSpiller.cpp1519 for (const auto &Ent : SpillsToKeep) { in runHoistSpills() local
1520 if (Ent.second) in runHoistSpills()
1521 SpillsToIns[Ent.first->getBlock()] = Ent.second; in runHoistSpills()
1553 for (auto &Ent : MergeableSpills) { in hoistAllSpills() local
1554 int Slot = Ent.first.first; in hoistAllSpills()
1556 VNInfo *OrigVNI = Ent.first.second; in hoistAllSpills()
1557 SmallPtrSet<MachineInstr *, 16> &EqValSpills = Ent.second; in hoistAllSpills()
1558 if (Ent.second.empty()) in hoistAllSpills()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DSourceManager.h180 ContentCache(const FileEntry *Ent = nullptr) : ContentCache(Ent, Ent) {} in ContentCache() argument
182 ContentCache(const FileEntry *Ent, const FileEntry *contentEnt) in ContentCache() argument
183 : OrigEntry(Ent), ContentsEntry(contentEnt), BufferOverridden(false), in ContentCache()
/llvm-project-15.0.7/llvm/lib/ProfileData/
H A DInstrProfReader.cpp901 const IndexedInstrProf::Summary::Entry &Ent = SummaryData->getEntry(I); in readSummary() local
902 DetailedSummary.emplace_back((uint32_t)Ent.Cutoff, Ent.MinBlockCount, in readSummary()
903 Ent.NumBlocks); in readSummary()
/llvm-project-15.0.7/llvm/tools/llvm-readobj/
H A DELFDumper.cpp6474 if (const EnumEntry<unsigned> *Ent = getObjectFileEnumEntry(E.e_type)) { in printFileHeaders() local
6475 TypeStr = Ent->Name.str(); in printFileHeaders()