Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DNewGVN.cpp2455 const auto &InstRange = BlockInstRange.lookup(To); in updateReachableEdge() local
2456 TouchedInstructions.set(InstRange.first, InstRange.second); in updateReachableEdge()
3486 const auto &InstRange = BlockInstRange.lookup(&F.getEntryBlock()); in runGVN() local
3487 TouchedInstructions.set(InstRange.first, InstRange.second); in runGVN()