Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DSyncDependenceAnalysis.cpp277 SmallVector<BasicBlock *, 4> BlockLoopExits; in computeJoinPoints() local
278 BlockLoop->getExitBlocks(BlockLoopExits); in computeJoinPoints()
279 for (const auto *BlockLoopExit : BlockLoopExits) { in computeJoinPoints()
/external/llvm-project/llvm/lib/Analysis/
DSyncDependenceAnalysis.cpp384 SmallVector<BasicBlock *, 4> BlockLoopExits; in computeJoinPoints() local
385 BlockLoop->getExitBlocks(BlockLoopExits); in computeJoinPoints()
388 for (const auto *BlockLoopExit : BlockLoopExits) { in computeJoinPoints()