/external/llvm/lib/Transforms/Scalar/ |
D | LoopRotation.cpp | 68 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()
|
D | LoopLoadElimination.cpp | 411 bool processLoop() { in processLoop() function in __anone87979480111::LoadEliminationForLoop 569 Changed |= LEL.processLoop(); in runOnFunction()
|
D | LoopDistribute.cpp | 598 bool processLoop(LoopAccessLegacyAnalysis *LAA) { in processLoop() function in __anonb8d124ee0111::LoopDistributeForLoop 903 Changed |= LDL.processLoop(LAA); in runOnFunction()
|
D | LoopInterchange.cpp | 552 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/ |
D | LoopVectorize.h | 99 bool processLoop(Loop *L);
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Vectorize/ |
D | LoopVectorize.h | 110 bool processLoop(Loop *L);
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | LoopRotationUtils.cpp | 67 bool processLoop(Loop *L); 610 bool LoopRotate::processLoop(Loop *L) { in processLoop() function in LoopRotate 644 return LR.processLoop(L); in LoopRotation()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | LoopLoadElimination.cpp | 445 bool processLoop() { in processLoop() function in __anon2ffed2800311::LoadEliminationForLoop 601 Changed |= LEL.processLoop(); in eliminateLoadsAcrossLoops()
|
D | LoopDistribute.cpp | 634 bool processLoop(std::function<const LoopAccessInfo &(Loop &)> &GetLAA) { in processLoop() function in __anon2993db260111::LoopDistributeForLoop 936 Changed |= LDL.processLoop(GetLAA); in runImpl()
|
D | LoopInterchange.cpp | 558 processLoop(LoopList, i, i - 1, LoopNestExit, DependencyMatrix); in processLoopList() 575 bool processLoop(LoopVector LoopList, unsigned InnerLoopId, in processLoop() function
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonBitSimplify.cpp | 2345 bool processLoop(LoopCand &C); 2525 bool HexagonLoopRescheduling::processLoop(LoopCand &C) { in processLoop() function in HexagonLoopRescheduling 2770 Changed |= processLoop(C); in runOnMachineFunction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | HexagonBitSimplify.cpp | 2928 bool processLoop(LoopCand &C); 3100 bool HexagonLoopRescheduling::processLoop(LoopCand &C) { in processLoop() function in HexagonLoopRescheduling 3351 Changed |= processLoop(C); in runOnMachineFunction()
|
/external/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorize.cpp | 6366 bool LoopVectorizePass::processLoop(Loop *L) { in processLoop() function in LoopVectorizePass 6639 Changed |= processLoop(Worklist.pop_back_val()); in runImpl()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorize.cpp | 7281 bool LoopVectorizePass::processLoop(Loop *L) { in processLoop() function in LoopVectorizePass 7638 Changed |= processLoop(L); in runImpl()
|