Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DLoopPass.cpp104 insertLoopIntoQueue(L); in insertLoop()
107 void LPPassManager::insertLoopIntoQueue(Loop *L) { in insertLoopIntoQueue() function in LPPassManager
/external/llvm/include/llvm/Analysis/
DLoopPass.h126 void insertLoopIntoQueue(Loop *L);
/external/llvm/lib/Transforms/Utils/
DLoopSimplify.cpp594 LPM.insertLoopIntoQueue(NewOuter); in SeparateNestedLoop()