Searched refs:EntryIdx (Results 1 – 6 of 6) sorted by relevance
154 void handleSpecialSwappables(int EntryIdx);592 for (unsigned EntryIdx = 0; EntryIdx < SwapVector.size(); ++EntryIdx) { in formWebs() local594 MachineInstr *MI = SwapVector[EntryIdx].VSEMI; in formWebs()596 LLVM_DEBUG(dbgs() << "\n" << SwapVector[EntryIdx].VSEId << " "); in formWebs()613 SwapVector[EntryIdx].MentionsPhysVR = 1; in formWebs()625 SwapVector[EntryIdx].VSEId); in formWebs()629 SwapVector[EntryIdx].VSEId)); in formWebs()644 for (unsigned EntryIdx = 0; EntryIdx < SwapVector.size(); ++EntryIdx) { in recordUnoptimizableWebs() local645 int Repr = EC->getLeaderValue(SwapVector[EntryIdx].VSEId); in recordUnoptimizableWebs()654 if (SwapVector[EntryIdx].MentionsPhysVR || in recordUnoptimizableWebs()[all …]
214 for (unsigned EntryIdx = 0; EntryIdx < Values.size(); ++EntryIdx) in MergeRanges() local215 if (!Values[EntryIdx].isEquivalent(Next.Values[EntryIdx])) in MergeRanges()
241 for (size_t EntryIdx = *ToRemoveItr; EntryIdx < HistoryMapEntries.size(); in trimLocationRanges() local242 ++EntryIdx) { in trimLocationRanges()244 if (ToRemoveItr != ToRemove.end() && *ToRemoveItr == EntryIdx) { in trimLocationRanges()248 Offsets[EntryIdx] = CurOffset; in trimLocationRanges()
253 const auto EntryIdx = (Opcode - LowerBound); in executeMatchTable() local256 readBytesAs<uint32_t>(MatchTable + CurrentIdx + (EntryIdx * 4)); in executeMatchTable()
1608 size_t EntryIdx = BlockIndex.find(&F->front())->second;1611 ProbMatrix[EntryIdx].push_back(std::make_pair(Src, Scaled64::getOne()));
7898 uint32_t EntryIdx = RelocAddress / EntrySize; in printMachOCompactUnwindSection() local7899 uint32_t OffsetInEntry = RelocAddress - EntryIdx * EntrySize; in printMachOCompactUnwindSection()7900 CompactUnwindEntry &Entry = CompactUnwinds[EntryIdx]; in printMachOCompactUnwindSection()