Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DLoopPass.cpp132 static void addLoopIntoQueue(Loop *L, std::deque<Loop *> &LQ) { in addLoopIntoQueue() function
135 addLoopIntoQueue(*I, LQ); in addLoopIntoQueue()
166 addLoopIntoQueue(*I, LQ); in runOnFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DLoopPass.cpp127 static void addLoopIntoQueue(Loop *L, std::deque<Loop *> &LQ) { in addLoopIntoQueue() function
130 addLoopIntoQueue(I, LQ); in addLoopIntoQueue()
182 addLoopIntoQueue(L, LQ); in runOnFunction()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DLoopPass.cpp179 static void addLoopIntoQueue(Loop *L, std::deque<Loop *> &LQ) { in addLoopIntoQueue() function
182 addLoopIntoQueue(*I, LQ); in addLoopIntoQueue()
205 addLoopIntoQueue(*I, LQ); in runOnFunction()