Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLoopPass.cpp129 static void addLoopIntoQueue(Loop *L, std::deque<Loop *> &LQ) { in addLoopIntoQueue() function
132 addLoopIntoQueue(I, LQ); in addLoopIntoQueue()
184 addLoopIntoQueue(L, LQ); in runOnFunction()