Searched refs:BlockRange (Results 1 – 2 of 2) sorted by relevance
294 auto BlockRange = BlockInstRange.find(BB)->getSecond(); in dumpBlockLiveness() local295 dbgs() << " BB (" << BB->getName() << ") [" << BlockRange.first << ", " << BlockRange.second in dumpBlockLiveness()
3428 const auto &BlockRange = assignDFSNumbers(B, ICount); in runGVN() local3429 BlockInstRange.insert({B, BlockRange}); in runGVN()3430 ICount += BlockRange.second - BlockRange.first; in runGVN()