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

/external/llvm/lib/Analysis/
H A DLoopPass.cpp126 static void addLoopIntoQueue(Loop *L, std::deque<Loop *> &LQ) { function
129 addLoopIntoQueue(*I, LQ);
160 addLoopIntoQueue(*I, LQ);

Completed in 40 milliseconds