Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp2404 const auto &InstRange = BlockInstRange.lookup(To); in updateReachableEdge() local
2405 TouchedInstructions.set(InstRange.first, InstRange.second); in updateReachableEdge()
3441 const auto &InstRange = BlockInstRange.lookup(&F.getEntryBlock()); in runGVN() local
3442 TouchedInstructions.set(InstRange.first, InstRange.second); in runGVN()