Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Analysis/
DSyncDependenceAnalysis.cpp356 const auto *BlockLoop = LI.getLoopFor(SuccBlock); in computeJoinPoints() local
357 if (BlockLoop && DivBlockLoop->contains(BlockLoop)) in computeJoinPoints()
377 auto *BlockLoop = LI.getLoopFor(Block); in computeJoinPoints() local
378 bool IsLoopHeader = BlockLoop && BlockLoop->getHeader() == Block; in computeJoinPoints()
385 BlockLoop->getExitBlocks(BlockLoopExits); in computeJoinPoints()
387 bool IsParentLoop = BlockLoop->contains(&DivTermBlock); in computeJoinPoints()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DSyncDependenceAnalysis.cpp272 auto *BlockLoop = LI.getLoopFor(Block); in computeJoinPoints() local
274 (ParentLoop != BlockLoop && ParentLoop->contains(BlockLoop))) { in computeJoinPoints()
278 BlockLoop->getExitBlocks(BlockLoopExits); in computeJoinPoints()