Searched defs:processLoop (Results 1 - 4 of 4) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
H A DLoopLoadElimination.cpp391 bool processLoop() { function in class:LoadEliminationForLoop
532 Changed |= LEL.processLoop();
H A DLoopDistribute.cpp601 Changed |= processLoop(L);
659 bool processLoop(Loop *L) { function in class:__anon12926::LoopDistribute
H A DLoopInterchange.cpp554 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 DLoopVectorize.cpp1659 Changed |= processLoop(Worklist.pop_back_val());
1699 bool processLoop(Loop *L) { function in struct:__anon13020::LoopVectorize

Completed in 76 milliseconds