Searched refs:BBRange (Results 1 – 2 of 2) sorted by relevance
1467 const auto &BBRange = FunctionMap->getAddrMap().BBRanges[*BBRangeIndex]; in collectBBAddrMapLabels() local1468 for (size_t I = 0; I < BBRange.BBEntries.size(); ++I) { in collectBBAddrMapLabels()1469 const BBAddrMap::BBEntry &BBEntry = BBRange.BBEntries[I]; in collectBBAddrMapLabels()1470 uint64_t BBAddress = BBEntry.Offset + BBRange.BaseAddress; in collectBBAddrMapLabels()
2622 void copyIncomingBlocks(iterator_range<const_block_iterator> BBRange,2624 copy(BBRange, const_cast<block_iterator>(block_begin()) + ToIdx);