Home
last modified time | relevance | path

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

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