Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/test/Transforms/GuardWidening/
H A Dbasic.ll232 ; CHECK: br i1 undef, label %first_loop, label %second_loop
235 br i1 undef, label %first_loop, label %second_loop
237 second_loop:
238 ; CHECK: second_loop:
240 ; CHECK: br label %second_loop
243 br label %second_loop
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/opt/
H A Dloop_fission.cpp480 Loop* second_loop = impl.SplitLoop(); in Process() local
487 if (ShouldSplitLoop(*second_loop, context())) in Process()
488 new_loops_to_split.push_back(second_loop); in Process()
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/opt/
Dloop_fission.cpp480 Loop* second_loop = impl.SplitLoop(); in Process() local
487 if (ShouldSplitLoop(*second_loop, context())) in Process()
488 new_loops_to_split.push_back(second_loop); in Process()
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dloop_fission.cpp480 Loop* second_loop = impl.SplitLoop(); in Process() local
487 if (ShouldSplitLoop(*second_loop, context())) in Process()
488 new_loops_to_split.push_back(second_loop); in Process()
/aosp_15_r20/art/compiler/optimizing/
H A Dlinear_order.cc24 static bool InSameLoop(HLoopInformation* first_loop, HLoopInformation* second_loop) { in InSameLoop() argument
25 return first_loop == second_loop; in InSameLoop()
/aosp_15_r20/external/pytorch/torch/csrc/jit/tensorexpr/
H A Dloopnest_randomization.cpp411 auto second_loop = std::get<1>(loop_pair); in loopnestRandomization() local
416 randomization_helper::indexOf(loops, second_loop); in loopnestRandomization()
423 l.reorderAxis(first_loop, second_loop); in loopnestRandomization()
/aosp_15_r20/external/crosvm/rutabaga_gfx/src/rutabaga_gralloc/
H A Dvulkano_gralloc.rs382 let second_loop = device in get_image_memory_requirements() localVariable
390 .chain(second_loop) in get_image_memory_requirements()