Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopPass.cpp96 static void addLoopIntoQueue(Loop *L, std::deque<Loop *> &LQ) { in addLoopIntoQueue() function
99 addLoopIntoQueue(I, LQ); in addLoopIntoQueue()
151 addLoopIntoQueue(L, LQ); in runOnFunction()