/external/compiler-rt/lib/arm/ |
udivmodsi4.S | 62 // this way, we can merge the two branches which is a substantial win for
|
udivsi3.S | 64 // this way, we can merge the two branches which is a substantial win for
|
umodsi3.S | 47 // this way, we can merge the two branches which is a substantial win for
|
/external/llvm/include/llvm/Analysis/ |
CFGPrinter.h | 85 // Label source of conditional branches with "T" or "F"
|
CodeMetrics.h | 47 /// \brief True if this function contains one or more indirect branches.
|
/external/llvm/lib/Target/XCore/ |
XCoreInstrInfo.cpp | 168 /// 1. If this block ends with no branches (it just falls through to its succ) 176 /// branches. 181 /// branches. 251 // If the block ends with two unconditional branches, handle it. The second
|
/external/llvm/test/CodeGen/Thumb2/ |
thumb2-ifcvt1.ll | 26 ; Do not if-convert when branches go to the different loops.
|
/external/oprofile/events/mips/5K/ |
events | 18 event:0x6 counters:0 um:zero minimum:500 name:BRANCHES_EXECED : Branches executed
|
/external/oprofile/events/mips/rm9000/ |
events | 20 event:0x11 counters:0,1 um:zero minimum:500 name:BRANCHES_TAKEN : Branches taken
|
/external/oprofile/events/ppc64/pa6t/ |
event_mappings | 26 # Group 3, Branches
|
/external/proguard/src/proguard/classfile/instruction/ |
BranchInstruction.java | 28 * This interface describes an instruction that branches to a given offset in
|
/external/proguard/src/proguard/optimize/peephole/ |
GotoReturnReplacer.java | 31 * This InstructionVisitor replaces unconditional branches to return instructions
|
UnreachableCodeRemover.java | 33 * regular calls or branches.
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/ |
predict.def | 117 /* Branches to a mudflap bounds check are extremely unlikely. */
|
/docs/source.android.com/src/source/ |
build-numbers.md | 116 The branches froyo, gingerbread, ics-mr0, ics-mr1, represent development 117 branches that do not exactly match configurations that were tested
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_cvs/searchcvs/ |
parsecvs.php | 20 branches: 1.1.2; 48 (?:^branches:(?:\ \ ([0-9\.]+);)+$\\n)?
|
/external/llvm/docs/HistoricalNotes/ |
2003-06-25-Reoptimizer1.txt | 116 of machine instructions representing the trace, index of branches and 120 The trace insertion routine is responsible for inserting branches from
|
/external/llvm/lib/Target/Mips/MCTargetDesc/ |
MipsAsmBackend.cpp | 41 // So far we are only using this type for branches. 42 // For branches we start 1 instruction after the branch
|
/external/llvm/test/Transforms/Inline/ |
inline_cleanup.ll | 2 ; uncond branches away after it is done specializing. 63 ; No branches should survive the inliner's cleanup.
|
/external/oprofile/events/i386/p4/ |
unit_masks | 107 0x04 count call branches 108 0x08 count return branches
|
/external/oprofile/events/ppc/e300/ |
events | 11 event:0xc counters:0,1,2,3 um:zero minimum:500 name:BRANCHES_FINISHED : Branches finished 12 event:0xd counters:0,1,2,3 um:zero minimum:500 name:TAKEN_BRANCHES_FINISHED : Taken branches finished
|
/external/webkit/Tools/wx/build/ |
build_utils.py | 160 branches = commands.getoutput("git branch --no-color") 161 match = re.search('^\* (.*)', branches, re.MULTILINE)
|
/external/llvm/lib/CodeGen/ |
BranchFolding.cpp | 10 // This pass forwards branches to unconditional branches to make them branch 43 STATISTIC(NumBranchOpts, "Number of branches optimized"); 457 // branches temporarily for tail merging). In the case where CurMBB ends 631 /// MergePotentials, restoring branches at ends of blocks as appropriate. 755 // will not introduce any extra branches. 850 // (2) alter conditional branches so they branch to the other block [all...] |
MachineBlockPlacement.cpp | 48 STATISTIC(NumCondBranches, "Number of conditional branches"); 49 STATISTIC(NumUncondBranches, "Number of uncondittional branches"); 51 "Potential frequency of taking conditional branches"); 53 "Potential frequency of taking unconditional branches"); 558 // crazy branches. If it has, we need to start with the header at the top to 618 // analyzable branches, *and* the predecessor it is merged with is *not* part 731 /// branches. For example, if the loop has fallthrough into its header and out 780 /// branches. [all...] |
/external/oprofile/events/i386/nehalem/ |
unit_masks | 212 0x02 direct Counts all unconditional near branch instructions excluding calls and indirect branches 215 0x08 return_near Counts indirect near branches that have a return mnemonic 218 0x30 near_calls Counts all near call branches executed, but not necessarily retired 219 0x40 taken Counts taken near branches executed, but not necessarily retired 220 0x7F any Counts all near executed branches (not necessarily retired) 223 0x02 direct Counts mispredicted macro unconditional near branch instructions, excluding calls and indirect branches (should always be 0) 225 0x07 non_calls Counts mispredicted non call near branches executed, but not necessarily retired 226 0x08 return_near Counts mispredicted indirect branches that have a rear return mnemonic 229 0x30 near_calls Counts all mispredicted near call branches executed, but not necessarily retired 230 0x40 taken Counts executed mispredicted near branches that are taken, but not necessarily retire [all...] |