Searched defs:processLoop (Results 1 - 4 of 4) sorted by relevance
/external/llvm/lib/Transforms/Scalar/ | ||
H A D | LoopLoadElimination.cpp | 391 bool processLoop() { function in class:LoadEliminationForLoop 532 Changed |= LEL.processLoop(); |
H A D | LoopDistribute.cpp | 601 Changed |= processLoop(L); 659 bool processLoop(Loop *L) { function in class:__anon12926::LoopDistribute |
H A D | LoopInterchange.cpp | 554 processLoop(LoopList, i, i - 1, LoopNestExit, DependencyMatrix); 572 bool processLoop(LoopVector LoopList, unsigned InnerLoopId, function in struct:__anon12930::LoopInterchange |
/external/llvm/lib/Transforms/Vectorize/ | ||
H A D | LoopVectorize.cpp | 1659 Changed |= processLoop(Worklist.pop_back_val()); 1699 bool processLoop(Loop *L) { function in struct:__anon13020::LoopVectorize |
Completed in 76 milliseconds