/external/llvm/lib/Transforms/Utils/ |
CloneFunction.cpp | 512 // and zap unconditional fall-through branches. This happen all the time when 513 // specializing code: code specialization turns conditional branches into 514 // uncond branches, and this code folds them. 528 // We need to simplify conditional branches and switches with a constant 560 // Do not increment I, iteratively merge all things this block branches to.
|
SimplifyCFG.cpp | 53 cl::desc("Duplicate return instructions into unconditional branches")); 142 // We can only handle branches. Other control flow will be lowered to 143 // branches if possible anyway. 152 // If both branches are conditional, we don't have an "if statement". In 170 // If we found a conditional branch predecessor, make sure that it branches [all...] |
/external/oprofile/events/mips/74K/ |
events | 54 event:0x25 counters:0,2 um:zero minimum:500 name:BRANCH_INSNS : 37-0 Branch instructions graduated, excluding CP1/CP2 conditional branches 56 event:0x27 counters:0,2 um:zero minimum:500 name:COND_BRANCH_INSNS : 39-0 Conditional branches graduated 66 event:0x32 counters:0,2 um:zero minimum:500 name:CP1_BRANCH_MISPREDICTIONS : 50-0 CP1 branches mispredicted 103 event:0x409 counters:1,3 um:zero minimum:500 name:KILLED_FETCH_SLOTS : 9-1 Valid fetch slots killed due to taken branches/jumps or stalling instructions 132 event:0x427 counters:1,3 um:zero minimum:500 name:MISPREDICTED_BRANCH_INSNS : 39-1 Mispredicted branches graduated
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/bin/ |
i686-linux-gcov | |
/prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/bin/ |
mipsel-linux-android-gcov | |
/prebuilts/gcc/linux-x86/x86/i686-android-linux-4.4.3/bin/ |
i686-android-linux-gcov | |
/docs/source.android.com/src/source/ |
submit-patches.md | 47 You can start several independent branches at the same time in the same repository. The branch NAME is local to your workspace and will not be included on gerrit or the final source tree. 77 If you have started multiple branches in the same repository, you will be prompted to select which one(s) to upload. 180 [Branches and Releases](/source/code-lines.html). For most projects under `external/`, changes should be made upstream and then the Android maintainers informed of the new upstream release containing these changes. It may also be useful to upload patches that move us to track a new upstream release, though these can be difficult changes to make if the project is widely used within Android like most of the larger ones mentioned below, where we tend to upgrade with every release.
|
/external/llvm/lib/Target/Sparc/ |
SparcInstrInfo.cpp | 150 //Handle Unconditional branches 222 //FIXME: Handle subsequent conditional branches 223 //For now, we can't handle multiple conditional branches
|
/external/llvm/lib/Target/X86/ |
X86InstrControl.td | 45 // Unconditional branches. 57 // Conditional Branches. 107 // Indirect branches
|
/external/opencv/cv/src/ |
_cvkdtree.hpp | 71 int left, right; // node indices of left and right branches 313 struct bbf_node { // info on branches not taken 326 // called for branches not taken, as bbf walks to leaf;
|
/prebuilt/darwin-x86/toolchain/arm-eabi-4.4.3/man/man1/ |
arm-eabi-as.1 | 221 [\fB\-\-force\-long\-branches\fR] [\fB\-\-short\-branches\fR] 628 Add code to collect statistics about branches taken. 756 .IP "\fB\-\-force\-long\-branches\fR" 4 757 .IX Item "--force-long-branches" 758 Relative branches are turned into absolute ones. This concerns 759 conditional branches, unconditional branches and branches to a 761 .IP "\fB\-S | \-\-short\-branches\fR" [all...] |
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/man/man1/ |
arm-eabi-as.1 | 221 [\fB\-\-force\-long\-branches\fR] [\fB\-\-short\-branches\fR] 628 Add code to collect statistics about branches taken. 756 .IP "\fB\-\-force\-long\-branches\fR" 4 757 .IX Item "--force-long-branches" 758 Relative branches are turned into absolute ones. This concerns 759 conditional branches, unconditional branches and branches to a 761 .IP "\fB\-S | \-\-short\-branches\fR" [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/share/man/man1/ |
arm-linux-androideabi-as.1 | 229 [\fB\-\-force\-long\-branches\fR] [\fB\-\-short\-branches\fR] 684 Add code to collect statistics about branches taken. 812 .IP "\fB\-\-force\-long\-branches\fR" 4 813 .IX Item "--force-long-branches" 814 Relative branches are turned into absolute ones. This concerns 815 conditional branches, unconditional branches and branches to a 817 .IP "\fB\-S | \-\-short\-branches\fR" [all...] |
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/share/man/man1/ |
arm-eabi-as.1 | 229 [\fB\-\-force\-long\-branches\fR] [\fB\-\-short\-branches\fR] 684 Add code to collect statistics about branches taken. 812 .IP "\fB\-\-force\-long\-branches\fR" 4 813 .IX Item "--force-long-branches" 814 Relative branches are turned into absolute ones. This concerns 815 conditional branches, unconditional branches and branches to a 817 .IP "\fB\-S | \-\-short\-branches\fR" [all...] |
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/share/man/man1/ |
arm-linux-androideabi-as.1 | 229 [\fB\-\-force\-long\-branches\fR] [\fB\-\-short\-branches\fR] 684 Add code to collect statistics about branches taken. 812 .IP "\fB\-\-force\-long\-branches\fR" 4 813 .IX Item "--force-long-branches" 814 Relative branches are turned into absolute ones. This concerns 815 conditional branches, unconditional branches and branches to a 817 .IP "\fB\-S | \-\-short\-branches\fR" [all...] |
/system/core/libpixelflinger/codeflinger/ |
ARMAssembler.cpp | 164 // fixup all the branches 267 #pragma mark Branches... 270 // branches...
|
/dalvik/docs/ |
verifier.html | 71 <li>In a conventional VM, backward branches and exceptions are 78 limiting branches.
|
/external/chromium/sdch/open-vcdiff/src/gtest/ |
README | 67 development on Google Test, or one of the released branches. The former will be 76 $ svn checkout http://googletest.googlecode.com/svn/branches/release-X.Y/ gtest-X.Y-svn
|
/external/llvm/docs/HistoricalNotes/ |
2001-02-09-AdveCommentsResponse.txt | 28 for branches. Even just typing that once gives me the creeps. ;) Like I 40 branches).
|
/external/llvm/test/CodeGen/X86/ |
block-placement.ll | 174 ; loop, eliminating unconditional branches to the top. 240 ; Look for a jump into the middle of the loop, and no branches mid-way. 671 ; Ensure that we can handle unanalyzable branches into loop headers. We 672 ; pre-form chains for unanalyzable branches, and will find the tail end of that 674 ; fallthrough because that happens to always produce unanalyzable branches on 695 ; Ensure that we can handle unanalyzable branches where the destination block 721 ; Ensure that we can handle unanalyzable branches where the destination block 751 ; Ensure that we don't crash as we're building up many unanalyzable branches,
|
/external/oprofile/events/i386/atom/ |
events | 11 event:0xc5 counters:0,1 um:zero minimum:500 name:BR_MISS_PRED_RETIRED : number of mispredicted branches retired (precise) 79 event:0xE4 counters:0,1 um:zero minimum:6000 name:BOGUS_BR : Bogus branches
|
/external/v8/tools/ |
merge-to-branch.sh | 46 to other branches, including trunk. 245 TO_URL="branches/$MERGE_TO_BRANCH"
|
/external/webkit/Source/JavaScriptCore/assembler/ |
LinkBuffer.h | 241 // branches we need to be precise, forward branches we are pessimistic
|
/external/llvm/lib/Target/ARM/ |
ARMConstantIslandPass.cpp | 40 STATISTIC(NumSplit, "Number of uncond branches inserted"); 41 STATISTIC(NumCBrFixed, "Number of cond branches fixed"); 42 STATISTIC(NumUBrFixed, "Number of uncond branches fixed"); 43 STATISTIC(NumTBs, "Number of table branches generated"); 45 STATISTIC(NumT2BrShrunk, "Number of Thumb2 immediate branches shrunk"); 177 /// previous iteration by inserting unconditional branches. 453 // Iteratively place constant pool entries and fix up branches until there 465 // Clear NewWaterList now. If we split a block for branches, it should 688 continue; // Ignore other JT branches [all...] |
/cts/tests/tests/webkitsecurity/generate/ |
postprocess.py | 160 # - this script as a whole knew anything about branches.
|