Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Analysis/
DLoopPass.cpp120 insertLoopIntoQueue(L); in insertLoop()
123 void LPPassManager::insertLoopIntoQueue(Loop *L) { in insertLoopIntoQueue() function in LPPassManager
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DLoopPass.h126 void insertLoopIntoQueue(Loop *L);
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DLoopSimplify.cpp580 LPM.insertLoopIntoQueue(NewOuter); in SeparateNestedLoop()