Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DLoopDeletion.cpp29 class LoopDeletion : public LoopPass { class
32 LoopDeletion() : LoopPass(ID) { in LoopDeletion() function in __anon9278a7780111::LoopDeletion
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Transforms/Scalar/
DLoopPassManagerTest.cpp1302 TEST_F(LoopPassManagerTest, LoopDeletion) { in TEST_F() argument