Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/Analysis/
HDLoopPass.cpp181 static void addLoopIntoQueue(Loop *L, std::deque<Loop *> &LQ) { in addLoopIntoQueue() function
184 addLoopIntoQueue(*I, LQ); in addLoopIntoQueue()
215 addLoopIntoQueue(*I, LQ); in runOnFunction()