Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DSafeStackColoring.cpp119 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()
H A DSafeStackColoring.h87 DenseMap<const BasicBlock *, std::pair<unsigned, unsigned>> BlockInstRange; variable
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp636 DenseMap<const BasicBlock *, std::pair<unsigned, unsigned>> BlockInstRange; member in __anon46287ded0311::NewGVN
963 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()