Searched refs:BlockRange (Results 1 – 3 of 3) sorted by relevance
303 auto BlockRange = BlockInstRange.find(BB)->getSecond(); in dumpBlockLiveness() local304 dbgs() << " BB (" << BB->getName() << ") [" << BlockRange.first << ", " << BlockRange.second in dumpBlockLiveness()
155 struct BlockRange { struct in __anonc1d160b80111::COFFPlatformRuntimeState 159 std::map<void *, BlockRange> BlockRanges;544 BlockRange B = {HeaderAddr.toPtr<void *>(), Range.size()}; in registerBlockRange() 156 Header__anonc1d160b80111::COFFPlatformRuntimeState::BlockRange global() argument 157 Size__anonc1d160b80111::COFFPlatformRuntimeState::BlockRange global() argument
3467 const auto &BlockRange = assignDFSNumbers(B, ICount); in runGVN() local3468 BlockInstRange.insert({B, BlockRange}); in runGVN()3469 ICount += BlockRange.second - BlockRange.first; in runGVN()