HomeSort by relevance Sort by last modified time
    Searched defs:ProcessLoop (Results 1 - 5 of 5) sorted by null

  /external/deqp-deps/SPIRV-Tools/source/opt/
licm_pass.cpp 48 // Ignore nested loops, as we will process them in order in ProcessLoop
52 status = CombineStatus(status, ProcessLoop(&loop, f));
57 Pass::Status LICMPass::ProcessLoop(Loop* loop, Function* f) {
64 status = CombineStatus(status, ProcessLoop(nested_loop, f));
loop_peeling.cpp 604 ProcessLoop(loop_to_peel, &loop_size);
625 std::pair<bool, Loop*> LoopPeelingPass::ProcessLoop(Loop* loop,
    [all...]
  /external/swiftshader/third_party/SPIRV-Tools/source/opt/
licm_pass.cpp 48 // Ignore nested loops, as we will process them in order in ProcessLoop
52 status = CombineStatus(status, ProcessLoop(&loop, f));
57 Pass::Status LICMPass::ProcessLoop(Loop* loop, Function* f) {
64 status = CombineStatus(status, ProcessLoop(nested_loop, f));
loop_peeling.cpp 604 ProcessLoop(loop_to_peel, &loop_size);
625 std::pair<bool, Loop*> LoopPeelingPass::ProcessLoop(Loop* loop,
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
LoopSimplify.cpp 99 bool ProcessLoop(Loop *L, LPPassManager &LPM);
133 Changed |= ProcessLoop(L, LPM);
138 /// ProcessLoop - Walk the loop structure in depth first order, ensuring that
141 bool LoopSimplify::ProcessLoop(Loop *L, LPPassManager &LPM) {

Completed in 778 milliseconds