Home
last modified time | relevance | path

Searched refs:processLoop (Results 1 – 14 of 14) 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 __anone87979480111::LoadEliminationForLoop
569 Changed |= LEL.processLoop(); in runOnFunction()
DLoopDistribute.cpp598 bool processLoop(LoopAccessLegacyAnalysis *LAA) { in processLoop() function in __anonb8d124ee0111::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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Vectorize/
DLoopVectorize.h110 bool processLoop(Loop *L);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DLoopRotationUtils.cpp67 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/
DLoopLoadElimination.cpp445 bool processLoop() { in processLoop() function in __anon2ffed2800311::LoadEliminationForLoop
601 Changed |= LEL.processLoop(); in eliminateLoadsAcrossLoops()
DLoopDistribute.cpp634 bool processLoop(std::function<const LoopAccessInfo &(Loop &)> &GetLAA) { in processLoop() function in __anon2993db260111::LoopDistributeForLoop
936 Changed |= LDL.processLoop(GetLAA); in runImpl()
DLoopInterchange.cpp558 processLoop(LoopList, i, i - 1, LoopNestExit, DependencyMatrix); in processLoopList()
575 bool processLoop(LoopVector LoopList, unsigned InnerLoopId, in processLoop() function
/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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonBitSimplify.cpp2928 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/
DLoopVectorize.cpp6366 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/
DLoopVectorize.cpp7281 bool LoopVectorizePass::processLoop(Loop *L) { in processLoop() function in LoopVectorizePass
7638 Changed |= processLoop(L); in runImpl()