Searched refs:EntryIdx (Results 1 – 6 of 6) sorted by relevance
592 for (unsigned EntryIdx = 0; EntryIdx < SwapVector.size(); ++EntryIdx) { in formWebs() local644 for (unsigned EntryIdx = 0; EntryIdx < SwapVector.size(); ++EntryIdx) { in recordUnoptimizableWebs() local656 !(SwapVector[EntryIdx].IsSwappable || SwapVector[EntryIdx].IsSwap)) { in recordUnoptimizableWebs()671 else if (SwapVector[EntryIdx].IsLoad && SwapVector[EntryIdx].IsSwap) { in recordUnoptimizableWebs()722 } else if (SwapVector[EntryIdx].IsStore && SwapVector[EntryIdx].IsSwap) { in recordUnoptimizableWebs()778 for (unsigned EntryIdx = 0; EntryIdx < SwapVector.size(); ++EntryIdx) { in markSwapsForRemoval() local780 if (SwapVector[EntryIdx].IsLoad && SwapVector[EntryIdx].IsSwap) { in markSwapsForRemoval()796 } else if (SwapVector[EntryIdx].IsStore && SwapVector[EntryIdx].IsSwap) { in markSwapsForRemoval()972 for (unsigned EntryIdx = 0; EntryIdx < SwapVector.size(); ++EntryIdx) { in removeSwaps() local996 for (unsigned EntryIdx = 0; EntryIdx < SwapVector.size(); ++EntryIdx) { in dumpSwapVector() local[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()
1611 size_t EntryIdx = BlockIndex.find(&F->front())->second;1614 ProbMatrix[EntryIdx].push_back(std::make_pair(Src, Scaled64::getOne()));
246 const auto EntryIdx = (Opcode - LowerBound); in executeMatchTable() local249 readBytesAs<uint32_t>(MatchTable + CurrentIdx + (EntryIdx * 4)); in executeMatchTable()
7786 uint32_t EntryIdx = RelocAddress / EntrySize; in printMachOCompactUnwindSection() local7787 uint32_t OffsetInEntry = RelocAddress - EntryIdx * EntrySize; in printMachOCompactUnwindSection()7788 CompactUnwindEntry &Entry = CompactUnwinds[EntryIdx]; in printMachOCompactUnwindSection()