Home
last modified time | relevance | path

Searched refs:BlockInstRange (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/CodeGen/
DSafeStackColoring.cpp105 BlockInstRange[BB] = std::make_pair(BBStart, BBEnd); in collectMarkers()
143 BlockInstRange[BB] = std::make_pair(BBStart, BBEnd); in collectMarkers()
195 std::tie(BBStart, BBEnd) = BlockInstRange[BB]; in calculateLiveIntervals()
248 auto BlockRange = BlockInstRange[BB]; in dumpBlockLiveness()
DSafeStackColoring.h72 DenseMap<const BasicBlock *, std::pair<unsigned, unsigned>> BlockInstRange; variable
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DSafeStackColoring.cpp120 BlockInstRange[BB] = std::make_pair(BBStart, BBEnd); in collectMarkers()
158 BlockInstRange[BB] = std::make_pair(BBStart, BBEnd); in collectMarkers()
210 std::tie(BBStart, BBEnd) = BlockInstRange[BB]; in calculateLiveIntervals()
266 auto BlockRange = BlockInstRange[BB]; in dumpBlockLiveness()
DSafeStackColoring.h87 DenseMap<const BasicBlock *, std::pair<unsigned, unsigned>> BlockInstRange; variable
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DNewGVN.cpp636 DenseMap<const BasicBlock *, std::pair<unsigned, unsigned>> BlockInstRange; member in __anonc9d17a0b0311::NewGVN
964 return BlockInstRange.lookup(P1.second).first < in sortPHIOps()
965 BlockInstRange.lookup(P2.second).first; in sortPHIOps()
2455 const auto &InstRange = BlockInstRange.lookup(To); in updateReachableEdge()
2989 BlockInstRange.clear(); in cleanupTables()
3401 const auto &CurrInstRange = BlockInstRange.lookup(CurrBlock); in iterateTouchedInstructions()
3474 BlockInstRange.insert({B, BlockRange}); in runGVN()
3486 const auto &InstRange = BlockInstRange.lookup(&F.getEntryBlock()); in runGVN()