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

/external/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorize.h99 bool processLoop(Loop *L);
/external/llvm/lib/Transforms/Scalar/
H A DLoopRotation.cpp68 bool processLoop(Loop *L);
599 bool LoopRotate::processLoop(Loop *L) { function in class:LoopRotate
636 bool Changed = LR.processLoop(&L);
677 return LR.processLoop(L);
H A DLoopLoadElimination.cpp411 bool processLoop() { function in class:LoadEliminationForLoop
569 Changed |= LEL.processLoop();
H A DLoopDistribute.cpp598 bool processLoop(LoopAccessLegacyAnalysis *LAA) { function in class:__anon13486::LoopDistributeForLoop
903 Changed |= LDL.processLoop(LAA);
H A DLoopInterchange.cpp552 processLoop(LoopList, i, i - 1, LoopNestExit, DependencyMatrix);
570 bool processLoop(LoopVector LoopList, unsigned InnerLoopId, function in struct:__anon13490::LoopInterchange
/external/llvm/lib/Target/Hexagon/
H A DHexagonBitSimplify.cpp2345 bool processLoop(LoopCand &C);
2525 bool HexagonLoopRescheduling::processLoop(LoopCand &C) {
2770 Changed |= processLoop(C);
/external/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp6366 bool LoopVectorizePass::processLoop(Loop *L) { function in class:LoopVectorizePass
6639 Changed |= processLoop(Worklist.pop_back_val());

Completed in 208 milliseconds