Home
last modified time | relevance | path

Searched defs:LoopBBs (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Analysis/
DLoopInfo.cpp265 SmallPtrSet<BasicBlock*, 16> LoopBBs(block_begin(), block_end()); in isLCSSAForm() local
305 SmallPtrSet<BasicBlock *, 16> LoopBBs(block_begin(), block_end()); in hasDedicatedExits() local
330 SmallVector<BasicBlock *, 128> LoopBBs(block_begin(), block_end()); in getUniqueExitBlocks() local
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Transforms/Scalar/
DLoopPassManagerTest.cpp1381 SmallVector<BasicBlock *, 4> LoopBBs(L.block_begin(), L.block_end()); in TEST_F() local