/external/llvm/lib/Transforms/Scalar/ |
TailRecursionElimination.cpp | 539 // computed earlier. For any other existing branches to this block (due to
|
/external/llvm/lib/Transforms/Utils/ |
LoopSimplify.cpp | 181 // If there are exiting blocks with branches on undef, resolve the undef in
|
/external/openssl/crypto/md5/asm/ |
md5-ia64.S | 442 // computes the FF() round of functions, then branches to the common
|
/external/openssl/crypto/rc4/asm/ |
rc4-ia64.pl | 162 # infrequently, so the extra branches don't cost all that much
|
/external/qemu/distrib/jpeg-6b/ |
config.guess | 51 # Note: order is significant - the case branches are not exclusive.
|
/external/webkit/Source/JavaScriptCore/assembler/ |
MacroAssemblerX86Common.h | 785 // For branches, signed <, >, <= and >= are denoted as l, g, le, and ge [all...] |
/frameworks/av/media/libstagefright/codecs/aacdec/ |
get_ics_info.cpp | 477 * the two calls on both branches into one before the
|
/prebuilts/tools/common/proguard/proguard4.7/docs/ |
downloads.html | 379 <li>Fixed optimization of known branches.
|
/external/clang/lib/CodeGen/ |
CodeGenFunction.h | 342 /// Note that branches are allowed to jump into protected scopes [all...] |
/external/llvm/include/llvm/ADT/ |
IntervalMap.h | 170 // Leaves store ((KeyT, KeyT), ValT) pairs, branches use (NodeRef, KeyT). 449 // B+-tree nodes can be leaves or branches, so we need a polymorphic node 856 /// fillLeft - Grow path to Height by taking leftmost branches. [all...] |
/external/llvm/lib/Target/X86/ |
README.txt | 649 branches. We generate really poor code for: 810 compares. GCC produces multiple branches, which is much nicer: [all...] |
/prebuilt/darwin-x86/toolchain/arm-eabi-4.4.3/info/ |
as.info | 145 [-force-long-branches] [-short-branches] 480 Add code to collect statistics about branches taken. 613 `--force-long-branches' 614 Relative branches are turned into absolute ones. This concerns 615 conditional branches, unconditional branches and branches to a sub 618 `-S | --short-branches' 619 Do not turn relative branches into absolute ones when the offse [all...] |
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/info/ |
as.info | 144 [-force-long-branches] [-short-branches] 479 Add code to collect statistics about branches taken. 612 `--force-long-branches' 613 Relative branches are turned into absolute ones. This concerns 614 conditional branches, unconditional branches and branches to a sub 617 `-S | --short-branches' 618 Do not turn relative branches into absolute ones when the offse [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/share/info/ |
as.info | 155 [-force-long-branches] [-short-branches] 536 Add code to collect statistics about branches taken. 669 `--force-long-branches' 670 Relative branches are turned into absolute ones. This concerns 671 conditional branches, unconditional branches and branches to a sub 674 `-S | --short-branches' 675 Do not turn relative branches into absolute ones when the offse [all...] |
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/share/info/ |
as.info | 155 [-force-long-branches] [-short-branches] 536 Add code to collect statistics about branches taken. 669 `--force-long-branches' 670 Relative branches are turned into absolute ones. This concerns 671 conditional branches, unconditional branches and branches to a sub 674 `-S | --short-branches' 675 Do not turn relative branches into absolute ones when the offse [all...] |
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/share/info/ |
as.info | 155 [-force-long-branches] [-short-branches] 536 Add code to collect statistics about branches taken. 669 `--force-long-branches' 670 Relative branches are turned into absolute ones. This concerns 671 conditional branches, unconditional branches and branches to a sub 674 `-S | --short-branches' 675 Do not turn relative branches into absolute ones when the offse [all...] |
/external/qemu/target-mips/ |
translate.c | 67 /* Jump and branches */ [all...] |
/dalvik/vm/compiler/codegen/arm/ |
CodegenDriver.cpp | [all...] |
/external/llvm/lib/Analysis/ |
InstructionSimplify.cpp | 356 /// evaluating it on both branches of the select results in the same value. 372 // Evaluate the BinOp on the true and false branches of the select. 427 /// try to simplify the comparison by seeing whether both branches of the select [all...] |
/external/llvm/lib/Target/ARM/ |
ARMBaseInstrInfo.cpp | 309 // branches, delete all but the first unconditional branch. 339 // If the block ends with two unconditional branches, handle it. The second 600 // These are jumptable branches, i.e. a branch followed by an inlined [all...] |
/external/oprofile/events/ppc64/power5++/ |
events | 137 event:0X0133 counters:3 um:zero minimum:1000 name:PM_BR_ISSUED_GRP19 : (Group 19 pm_lsu_reject4) Branches issued 178 event:0X01A2 counters:2 um:zero minimum:1000 name:PM_BR_ISSUED_GRP26 : (Group 26 pm_lsu_flush_unaligned) Branches issued [all...] |
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/ |
Tool.java | 751 System.err.println(" -Xnoprune test lookahead against EBNF block exit branches"); [all...] |
/external/checkpolicy/ |
module_compiler.c | [all...] |
/external/clang/include/clang/Analysis/ |
CFG.h | 217 /// statement is the same statement that branches control flow in evaluation [all...] |
/external/dexmaker/javadoc/com/google/dexmaker/ |
DexMaker.html | 151 branches. We'll also avoid performing multiple operations in one statement,
|