/external/llvm/test/CodeGen/X86/ |
2009-11-18-TwoAddrKill.ll | 13 br i1 undef, label %cond.false.i29, label %land.lhs.true.i 15 land.lhs.true.i: ; preds = %entry 19 cond.false.i29: ; preds = %land.lhs.true.i, %entry 24 bar.exit: ; preds = %cond.false.i29, %land.lhs.true.i 25 %call1231 = phi i8 [ %mul.i, %cond.false.i29 ], [ %conv8, %land.lhs.true.i ] ; <i8> [#uses=0]
|
zext-extract_subreg.ll | 26 br i1 %cmp149, label %while.end, label %land.rhs 28 land.rhs: ; preds = %while.cond 31 while.body: ; preds = %land.rhs 34 while.end: ; preds = %land.rhs, %while.cond
|
2009-08-06-branchfolder-crash.ll | 13 br i1 %or.cond, label %lor.rhs, label %land.lhs.true3 15 land.lhs.true3: ; preds = %entry 20 lor.rhs: ; preds = %land.lhs.true3, %entry 34 cond.end: ; preds = %cond.false, %lor.end, %land.lhs.true3 35 %cond = phi i32 [ %conv21, %cond.false ], [ 1, %land.lhs.true3 ], [ %lor.ext, %lor.end ] ; <i32> [#uses=1] 67 br i1 %or.cond.i, label %lor.rhs.i, label %land.lhs.true3.i 69 land.lhs.true3.i: ; preds = %entry 82 lor.end.i: ; preds = %lor.rhs.i, %land.lhs.true3.i 86 for.inc: ; preds = %for.inc, %lor.end.i, %lor.rhs.i, %land.lhs.true3.i 117 br i1 %or.cond.i, label %lor.rhs.i, label %land.lhs.true3. [all...] |
2011-09-14-valcoalesce.ll | 7 ; critical edge from land.lhs.true.i -> if.end117.i: 9 ; critical edge from land.lhs.true103.i -> if.end117.i: 29 ; CHECK: # %land.lhs.true.i 31 ; CHECK: # %land.lhs.true103.i 50 ; CHECKALT: # %land.lhs.true.i 52 ; CHECKALT: # %land.lhs.true103.i 130 br i1 undef, label %land.lhs.true.i, label %if.end117.i 132 land.lhs.true.i: ; preds = %while.end.i 133 br i1 undef, label %land.lhs.true103.i, label %if.end117.i 135 land.lhs.true103.i: ; preds = %land.lhs.true. [all...] |
change-compare-stride-trickiness-2.ll | 23 br i1 false, label %if.end52, label %land.lhs.true.i 25 land.lhs.true.i: ; preds = %for.cond.i.preheader 48 br i1 false, label %if.end52, label %land.lhs.true.i 50 land.lhs.true.i: ; preds = %for.cond.i.preheader
|
misched-crash.ll | 15 br i1 %cmp16, label %land.lhs.true21, label %return 17 land.lhs.true21: ; preds = %entry 21 if.then24: ; preds = %land.lhs.true21 38 return: ; preds = %for.inc39.i, %for.body34.i, %land.lhs.true21, %entry
|
/external/llvm/test/Transforms/InstCombine/ |
2012-02-13-FCmp.ll | 13 br i1 %cmp.i, label %land.rhs.i, label %if.end.critedge 14 ; CHECK: br i1 true, label %land.rhs.i, label %if.end.critedge 16 land.rhs.i: ; preds = %entry 20 if.then: ; preds = %land.rhs.i 28 if.end: ; preds = %if.end.critedge, %land.rhs.i
|
/external/llvm/test/Transforms/LoopStrengthReduce/ |
ivchain.ll | 15 br i1 undef, label %land.end238, label %return 17 land.end238: ; preds = %if.end229 20 for.body: ; preds = %sw.epilog, %land.end238 21 %fbh.0 = phi %struct* [ undef, %land.end238 ], [ %incdec.ptr, %sw.epilog ] 22 %column_n.0 = phi i16 [ 0, %land.end238 ], [ %inc601, %sw.epilog ]
|
2012-03-15-nopreheader.ll | 21 while.body: ; preds = %lor.rhs, %lor.lhs.false17, %lor.lhs.false11, %lor.lhs.false, %land.rhs 39 indirectbr i8* undef, [label %return, label %land.rhs198] 41 land.rhs198: ; preds = %for.cond 44 for.inc: ; preds = %lor.rhs234, %land.lhs.true228, %land.lhs.true216, %land.lhs.true204 91 indirectbr i8* undef, [label %land.lhs.true, label %return] 93 land.lhs.true: ; preds = %while.end52 96 while.cond66.preheader: ; preds = %land.lhs.true 100 indirectbr i8* undef, [label %land.rhs, label %while.cond81.preheader [all...] |
/cts/tools/utils/ |
rm_dup_holo_imgs.py | 61 def getDirName(density, sw, land): 65 if land: 66 name += "land-"
|
/external/llvm/test/Transforms/LoopUnroll/ |
2011-08-08-PhiUpdate.ll | 72 ; CHECK: %tmp7.i.lcssa = phi i32 [ %tmp7.i{{.*}}, %land.lhs.true{{.*}} ], [ %tmp7.i{{.*}}, %land.lhs.true{{.*}} ], [ %tmp7.i{{.*}}, %land.lhs.true{{.*}} ], [ %tmp7.i{{.*}}, %land.lhs.true{{.*}} ] 88 br i1 undef, label %do.cond, label %land.lhs.true 90 land.lhs.true: ; preds = %exit 93 do.cond: ; preds = %land.lhs.true, %exit, %do.body 100 return: ; preds = %do.end, %land.lhs.true, %entry 101 %retval.0 = phi i32 [ 0, %do.end ], [ 0, %entry ], [ %tmp7.i, %land.lhs.true ]
|
/external/valgrind/main/memcheck/tests/ |
badfree.c | 11 /* Free a pointer to Never-Never Land */
|
clo_redzone.c | 10 // Try to land in b2 from b1, causing no error
|
/ndk/sources/host-tools/sed-4.2.1/testsuite/ |
readin.good | 5 to stand on my two feet and own the land.
|
readin.inp | 4 to stand on my two feet and own the land.
|
/sdk/apps/SdkController/bin/ |
SdkControllerApp.apk | |
/external/chromium_org/content/renderer/media/ |
websourcebuffer_impl.h | 29 // TODO(acolwell): Add OVERRIDE when Blink-side changes land. 32 // TODO(acolwell): Add OVERRIDE when Blink-side changes land.
|
/external/llvm/test/CodeGen/ARM/ |
2011-08-25-ldmia_ret.ll | 24 br i1 %cmp, label %sw.epilog58, label %land.lhs.true 26 land.lhs.true: ; preds = %sw.bb2 30 if.then: ; preds = %land.lhs.true 83 br i1 %cmp42, label %sw.default56, label %land.lhs.true44 85 land.lhs.true44: ; preds = %sw.bb33 90 if.then53: ; preds = %land.lhs.true44 94 sw.default56: ; preds = %sw.bb33, %land.lhs.true44, %if.then53, %sw.bb18 98 %retval.0 = phi i32 [ 4, %sw.default56 ], [ 2, %sw.bb21 ], [ 2, %if.then29 ], [ 2, %sw.bb18 ], [ 2, %sw.bb18 ], [ 2, %sw.bb18 ], [ 2, %sw.bb18 ], [ 2, %sw.bb18 ], [ 2, %sw.bb18 ], [ 2, %sw.bb18 ], [ 2, %sw.bb18 ], [ 2, %sw.bb18 ], [ 2, %sw.bb18 ], [ 2, %sw.bb18 ], [ 2, %sw.bb18 ], [ 2, %sw.bb18 ], [ 2, %sw.bb18 ], [ 2, %sw.bb18 ], [ 2, %sw.bb18 ], [ 2, %sw.bb18 ], [ 2, %sw.bb2 ], [ 2, %land.lhs.true ], [ 2, %if.then ]
|
coalesce-dbgvalue.ll | 36 br i1 %tobool4, label %land.end, label %land.rhs, !dbg !29 38 land.rhs: ; preds = %for.body2 41 br label %land.end 43 land.end: ; preds = %land.rhs, %for.body2 44 %1 = phi i1 [ false, %for.body2 ], [ %tobool5, %land.rhs ] 45 %land.ext = zext i1 %1 to i32 46 %call6 = tail call i32 bitcast (i32 (...)* @fn2 to i32 (i32, i32*)*)(i32 %land.ext, i32* null) #3 52 for.cond1.outer: ; preds = %land.end, %for.cond1.preheade [all...] |
/frameworks/base/docs/downloads/training/ |
LocationUpdates.zip | |
NewsReader.zip | |
/dalvik/dx/tests/101-verify-wide-math/ |
op_land.j | 24 land
|
/external/chromium_org/chrome/browser/ui/android/ |
chrome_http_auth_handler.h | 15 // and a Java land ChromeHttpAuthHandler, which is passed to a 24 // Constructs a corresponding Java land ChromeHttpAuthHandler. 31 // Returns a reference to the Java land ChromeHttpAuthHandler. This 36 // Forwards the autofill data to the Java land object.
|
/external/chromium_org/third_party/libphonenumber/src/resources/geocoding/en/ |
358.txt | 24 35818|Åland Islands
|
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/src/org/webrtc/ |
SessionDescription.java | 33 * SDPs are passed as serialized Strings in Java-land and are materialized 37 /** Java-land enum version of SessionDescriptionInterface's type() string. */
|