Searched refs:BlockInstRange (Results 1 – 3 of 3) sorted by relevance
119 BlockInstRange[BB] = std::make_pair(BBStart, BBEnd); in collectMarkers()157 BlockInstRange[BB] = std::make_pair(BBStart, BBEnd); in collectMarkers()211 std::tie(BBStart, BBEnd) = BlockInstRange[BB]; in calculateLiveIntervals()267 auto BlockRange = BlockInstRange[BB]; in dumpBlockLiveness()
87 DenseMap<const BasicBlock *, std::pair<unsigned, unsigned>> BlockInstRange; variable
636 DenseMap<const BasicBlock *, std::pair<unsigned, unsigned>> BlockInstRange; member in __anon46287ded0311::NewGVN963 return BlockInstRange.lookup(P1.second).first < in sortPHIOps()964 BlockInstRange.lookup(P2.second).first; in sortPHIOps()2458 const auto &InstRange = BlockInstRange.lookup(To); in updateReachableEdge()2992 BlockInstRange.clear(); in cleanupTables()3399 const auto &CurrInstRange = BlockInstRange.lookup(CurrBlock); in iterateTouchedInstructions()3472 BlockInstRange.insert({B, BlockRange}); in runGVN()3484 const auto &InstRange = BlockInstRange.lookup(&F.getEntryBlock()); in runGVN()