Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLoopRotationUtils.cpp71 bool processLoop(Loop *L);
638 bool LoopRotate::processLoop(Loop *L) { in processLoop() function in LoopRotate
677 return LR.processLoop(L); in LoopRotation()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Vectorize/
DLoopVectorize.h156 bool processLoop(Loop *L);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopLoadElimination.cpp452 bool processLoop() { in processLoop() function in __anon33e8b1100311::LoadEliminationForLoop
622 Changed |= LEL.processLoop(); in eliminateLoadsAcrossLoops()
DLoopDistribute.cpp666 bool processLoop(std::function<const LoopAccessInfo &(Loop &)> &GetLAA) { in processLoop() function in __anoncaa45fb60111::LoopDistributeForLoop
997 Changed |= LDL.processLoop(GetLAA); in runImpl()
DLoopInterchange.cpp534 processLoop(LoopList, i, i - 1, LoopNestExit, DependencyMatrix); in processLoopList()
551 bool processLoop(LoopVector LoopList, unsigned InnerLoopId, in processLoop() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonBitSimplify.cpp2933 bool processLoop(LoopCand &C);
3105 bool HexagonLoopRescheduling::processLoop(LoopCand &C) { in processLoop() function in HexagonLoopRescheduling
3356 Changed |= processLoop(C); in runOnMachineFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp7598 bool LoopVectorizePass::processLoop(Loop *L) { in processLoop() function in LoopVectorizePass
7953 Changed |= processLoop(L); in runImpl()