Searched refs:nested_loop (Results 1 – 8 of 8) sorted by relevance
/external/mesa3d/src/compiler/glsl/ |
D | loop_unroll.cpp | 64 bool nested_loop; member in loop_unroll_count 71 nested_loop = false; in loop_unroll_count() 92 nested_loop = true; in visit_enter() 481 count.nested_loop || count.nodes * iterations > max_iterations * 5; in visit_leave()
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | licm_pass.cpp | 63 Loop* nested_loop = *nl; in ProcessLoop() local 64 status = CombineStatus(status, ProcessLoop(nested_loop, f)); in ProcessLoop()
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | licm_pass.cpp | 63 Loop* nested_loop = *nl; in ProcessLoop() local 64 status = CombineStatus(status, ProcessLoop(nested_loop, f)); in ProcessLoop()
|
/external/libchrome/ipc/ |
D | ipc_sync_channel.cc | 367 base::RunLoop* nested_loop, in OnSendDoneEventSignaled() argument 370 nested_loop->Quit(); in OnSendDoneEventSignaled() 698 base::RunLoop nested_loop(base::RunLoop::Type::kNestableTasksAllowed); in WaitForReplyWithNestedMessageLoop() local 700 context, &nested_loop, context->listener_task_runner()); in WaitForReplyWithNestedMessageLoop() 701 nested_loop.Run(); in WaitForReplyWithNestedMessageLoop()
|
D | ipc_sync_channel.h | 186 void OnSendDoneEventSignaled(base::RunLoop* nested_loop, in COMPONENT_EXPORT()
|
/external/llvm/test/Analysis/ScalarEvolution/ |
D | scev-dispositions.ll | 37 define void @nested_loop(double* %p, i64 %m) { 38 ; CHECK-LABEL: Classifying expressions for: @nested_loop
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Analysis/ScalarEvolution/ |
D | scev-dispositions.ll | 37 define void @nested_loop(double* %p, i64 %m) { 38 ; CHECK-LABEL: Classifying expressions for: @nested_loop
|
/external/v8/src/builtins/ |
D | builtins-regexp-gen.cc | 2484 Label nested_loop(this, vars_count, vars), nested_loop_out(this); in RegExpPrototypeSplitBody() local 2485 Branch(IntPtrLessThan(var_reg.value(), int_num_registers), &nested_loop, in RegExpPrototypeSplitBody() 2488 BIND(&nested_loop); in RegExpPrototypeSplitBody() 2524 Branch(IntPtrLessThan(new_reg, int_num_registers), &nested_loop, in RegExpPrototypeSplitBody()
|