Searched refs:BlockInstRange (Results 1 – 5 of 5) sorted by relevance
/external/llvm/lib/CodeGen/ |
D | SafeStackColoring.cpp | 105 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()
|
D | SafeStackColoring.h | 72 DenseMap<const BasicBlock *, std::pair<unsigned, unsigned>> BlockInstRange; variable
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | SafeStackColoring.cpp | 120 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()
|
D | SafeStackColoring.h | 87 DenseMap<const BasicBlock *, std::pair<unsigned, unsigned>> BlockInstRange; variable
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | NewGVN.cpp | 636 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()
|