HomeSort by relevance Sort by last modified time
    Searched full:cond2 (Results 1 - 25 of 26) sorted by null

1 2

  /external/llvm/test/Analysis/BasicAA/
underlying-value.ll 10 for.cond: ; preds = %for.cond2, %entry
11 br i1 undef, label %for.cond2, label %for.end22
13 for.cond2: ; preds = %for.body5, %for.cond
16 for.body5: ; preds = %for.cond2
21 br label %for.cond2
  /system/extras/tests/bionic/libc/bionic/
test_pthread_cond.c 9 static pthread_cond_t cond2; variable
28 printf("2 waiting for cond2\n");
30 pthread_cond_wait(&cond2, &test_lock );
47 printf("3 signal cond2\n");
48 pthread_cond_signal(&cond2);
72 pthread_cond_init(&cond2, NULL);
  /external/llvm/test/Transforms/JumpThreading/
pr9331.ll 5 br i1 false, label %for.cond2, label %if.end50
7 for.cond2: ; preds = %for.inc46, %lor.end, %entry
11 for.body5: ; preds = %for.cond2
40 br label %for.cond2
42 for.inc46: ; preds = %for.cond2
43 br label %for.cond2
and-and-cond.ll 7 define i32 @test(i1 %cond, i1 %cond2, i1 %cond3) {
23 ; CHECK-NEXT: %D = and i1 %cond2, %cond3
27 %C = and i1 %A, %cond2
and-cond.ll 7 define i32 @test(i1 %cond, i1 %cond2) {
23 ; CHECK-NEXT: br i1 %cond2
26 %C = and i1 %A, %cond2
basic.ll 77 define i32 @test4(i1 %cond, i1 %cond2) {
92 ; CHECK-NEXT: br i1 %cond2,
96 %A = phi i1 [undef, %T1], [%cond2, %F1]
110 define i32 @test5(i1 %cond, i1 %cond2) {
130 %A = phi i1 [%cond3, %T1], [%cond2, %F1]
181 define i32 @test7(i1 %cond, i1 %cond2) {
215 define i32 @test8b(i1 %cond, i1 %cond2) {
256 define i32 @test9(i1 %cond, i1 %cond2) {
394 define i32 @test13(i1 %cond, i1 %cond2) {
404 %B = phi i1 [true, %Entry], [%cond2, %F1
    [all...]
crash.ll 60 define i32 @test(i1 %cond, i1 %cond2, i32 %a) {
72 br i1 %cond2, label %B, label %D
  /external/clang/test/CXX/temp/temp.spec/temp.explicit/
p1-emit.cpp 22 long& get(bool Cond1, bool Cond2) {
27 : Cond2? X<long>::member2
  /external/llvm/test/Transforms/InstCombine/
store.ll 28 br i1 %C, label %Cond, label %Cond2
34 Cond2:
44 ; CHECK-NEXT: %storemerge = phi i32 [ 47, %Cond2 ], [ -987654321, %Cond ]
  /external/llvm/test/Feature/
cfgstructures.ll 32 define void @nested(i1 %cond1, i1 %cond2, i1 %cond3) {
45 br i1 %cond2, label %Loop2, label %L2Exit
  /external/mesa3d/src/glsl/
lower_discard.cpp 34 * discard cond2;
45 * temp = cond2;
59 * discard cond2;
70 * temp = cond2;
80 * discard cond2;
93 * temp = cond2;
  /external/llvm/test/Transforms/CorrelatedValuePropagation/
basic.ll 28 %cond2 = tail call i1 @ext() ; <i1> [#uses=1]
29 br i1 %cond2, label %bb3, label %bb2
  /external/llvm/test/Transforms/SimplifyCFG/
switch_thread.ll 31 %cond2 = icmp eq i32 %V, 4 ; <i1> [#uses=1]
32 br i1 %cond2, label %Done, label %C
2008-05-16-PHIBlockMerge.ll 79 %cond2 = call i1 @foo( ) ; <i1> [#uses=1]
80 br i1 %cond2, label %Succ, label %Exit
switch_create.ll 296 %or.cond2 = or i1 %or.cond1, %cmp8
298 %or.cond3 = or i1 %or.cond2, %cmp11
  /external/llvm/test/Transforms/GVN/
rle.ll 386 declare i1 @cond2() readonly
396 %cond2 = call i1 @cond()
397 br i1 %cond2, label %T1, label %TY
402 %cond = call i1 @cond2()
486 %cond = call i1 @cond2()
512 %cond = call i1 @cond2()
  /external/valgrind/main/drd/tests/
tsan_unittest.cpp     [all...]
  /external/valgrind/unittest/
racecheck_unittest.cc     [all...]
  /external/llvm/lib/CodeGen/
IfConversion.cpp     [all...]
  /external/qemu/tcg/ppc/
tcg-target.c 1083 struct { int bit1; int bit2; int cond2; } bits[] = { member in struct:__anon10042
1111 tcg_out_cmp (s, b->cond2, args[1], args[3], const_args[3], 5);
    [all...]
  /external/clang/lib/Basic/
Diagnostic.cpp 467 /// The syntax is: %plural{cond1:form1|cond2:form2|:form3}, where condn are
  /external/llvm/lib/Transforms/Utils/
LoopSimplify.cpp 504 /// br cond2, Loop, Out
  /external/clang/lib/CodeGen/
CGExprScalar.cpp     [all...]
  /external/pcre/doc/
pcrepattern.3     [all...]
  /external/pcre/doc/html/
pcrepattern.html     [all...]

Completed in 588 milliseconds

1 2