Searched refs:BlockRange (Results 1 – 5 of 5) sorted by relevance
303 auto BlockRange = BlockInstRange.find(BB)->getSecond(); in dumpBlockLiveness() local304 dbgs() << " BB (" << BB->getName() << ") [" << BlockRange.first << ", " << BlockRange.second in dumpBlockLiveness()
156 struct BlockRange { struct in __anonc1d160b80111::COFFPlatformRuntimeState160 std::map<void *, BlockRange> BlockRanges;544 BlockRange B = {HeaderAddr.toPtr<void *>(), Range.size()}; in registerBlockRange()
3498 const auto &BlockRange = assignDFSNumbers(B, ICount); in runGVN() local3499 BlockInstRange.insert({B, BlockRange}); in runGVN()3500 ICount += BlockRange.second - BlockRange.first; in runGVN()
1136 BlockRange caseDestinations, in build()
999 CArg<"mlir::BlockRange", "{}">:$caseDestinations,