Home
last modified time | relevance | path

Searched refs:nested_loop (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/compiler/glsl/
Dloop_unroll.cpp64 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/
Dlicm_pass.cpp63 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/
Dlicm_pass.cpp63 Loop* nested_loop = *nl; in ProcessLoop() local
64 status = CombineStatus(status, ProcessLoop(nested_loop, f)); in ProcessLoop()
/external/libchrome/ipc/
Dipc_sync_channel.cc367 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()
Dipc_sync_channel.h186 void OnSendDoneEventSignaled(base::RunLoop* nested_loop, in COMPONENT_EXPORT()
/external/llvm/test/Analysis/ScalarEvolution/
Dscev-dispositions.ll37 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/
Dscev-dispositions.ll37 define void @nested_loop(double* %p, i64 %m) {
38 ; CHECK-LABEL: Classifying expressions for: @nested_loop
/external/v8/src/builtins/
Dbuiltins-regexp-gen.cc2484 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()