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 __anon2dcb46cf0111::COFFPlatformRuntimeState159 std::map<void *, BlockRange> BlockRanges;545 BlockRange B = {HeaderAddr.toPtr<void *>(), Range.size()}; in registerBlockRange()
3458 const auto &BlockRange = assignDFSNumbers(B, ICount); in runGVN() local3459 BlockInstRange.insert({B, BlockRange}); in runGVN()3460 ICount += BlockRange.second - BlockRange.first; in runGVN()