Home
last modified time | relevance | path

Searched refs:first_loop (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/test/Analysis/ScalarEvolution/
Dinner-loop-by-latch-cond-unknown.ll10 br label %first_loop
12 first_loop:
13 %i = phi i64 [20, %entry], [%i.next, %first_loop]
16 br i1 %cond1, label %first_loop, label %middle_block
25 ; As a result we find MDL == first_loop where %b is not available
/external/grpc-grpc/src/core/lib/surface/
Dcompletion_queue.cc879 bool first_loop; member
911 return !a->first_loop && a->deadline < grpc_core::ExecCtx::Get()->Now();
1021 if (!is_finished_arg.first_loop &&
1046 is_finished_arg.first_loop = false;
1173 return !a->first_loop && a->deadline < grpc_core::ExecCtx::Get()->Now();
1264 if (!is_finished_arg.first_loop &&
1288 is_finished_arg.first_loop = false;
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/GuardWidening/
Dbasic.ll227 br label %first_loop
229 first_loop:
230 ; CHECK: first_loop:
232 ; CHECK: br i1 undef, label %first_loop, label %second_loop
235 br i1 undef, label %first_loop, label %second_loop
/external/llvm/test/Transforms/GuardWidening/
Dbasic.ll227 br label %first_loop
229 first_loop:
230 ; CHECK: first_loop:
232 ; CHECK: br i1 undef, label %first_loop, label %second_loop
235 br i1 undef, label %first_loop, label %second_loop