HomeSort by relevance Sort by last modified time
    Searched full:branches (Results 251 - 275 of 810) sorted by null

<<11121314151617181920>>

  /external/linux-tools-perf/util/
parse-events.c 46 { CHW(BRANCH_INSTRUCTIONS), "branch-instructions", "branches" },
74 "branches",
101 { "branch", "branches", "bpu", "btb", "bpc", },
  /external/llvm/lib/Transforms/Utils/
LoopUnroll.cpp 15 // unconditional branches. This will be corrected in the future.
310 // we can insert the proper branches later.
347 // set up the branches to connect them.
BasicBlockUtils.cpp 461 // The new block unconditionally branches to the old block.
521 // The new block unconditionally branches to the old block.
561 // The new block unconditionally branches to the old block.
  /external/qemu/tcg/
README 61 - Basic blocks end after branches (e.g. brcond_i32 instruction),
89 * Branches:
92 explicit address. Conditional branches can only jump to labels.
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
FusionDictionary.java 650 // final ArrayList<CharGroup> branches = node.data;
651 // final int nodeSize = branches.size();
653 // CharGroup group = branches.get(i);
  /external/clang/lib/CodeGen/
CGCleanup.cpp 484 /// Optimistic fixup branches can cause these blocks to come into
488 /// exact ways in which we form branches to cleanup entries.
598 // dead optimistic fixup branches.
674 // II. Emit the entry block. This implicitly branches to it if
675 // we have fallthrough. All the fixups and existing branches
    [all...]
  /external/llvm/docs/
DeveloperPolicy.html 426 branches. Long-term development branches have a number of drawbacks:</p>
429 <li>Branches must have mainline merged into them periodically. If the branch
433 <li>Other people in the community tend to ignore work on branches.</li>
438 <li>Branches are not routinely tested by our nightly tester
  /external/llvm/lib/CodeGen/
IfConversion.cpp 101 /// BrCond - Conditions for end of block conditional branches.
476 /// branches to the 'false' block rather than the other way around. It also
625 // First analyze the end of BB branches.
680 // already predicated instructions and end of block branches).
    [all...]
MachineVerifier.cpp 479 // Block unconditionally branches somewhere.
498 // Block conditionally branches somewhere, otherwise falls through.
521 // Block conditionally branches somewhere, otherwise branches
    [all...]
  /external/valgrind/main/callgrind/
main.c 126 /* For branches, we consult two different predictors, one which
127 predicts taken/untaken for conditional branches, and the other
128 which predicts the branch target address for indirect branches
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopUnswitch.cpp 10 // This pass transforms loops that contain branches on loop-invariant conditions
55 STATISTIC(NumBranches, "Number of branches unswitched");
236 // large numbers of branches which cause loop unswitching to go crazy.
427 // Probably we reach the quota of branches for this loop. If so
542 Visited.insert(L->getHeader()); // Branches to header make infinite loops.
    [all...]
  /external/dexmaker/src/main/java/com/google/dexmaker/
Code.java 93 * <h3>Branches, Labels and Returns</h3>
405 * @param branch the branches to follow; interpretation depends on the
523 // instructions: branches
    [all...]
  /external/linux-tools-perf/
builtin-stat.c 24 484,357,498 branches # 283.455 M/sec
25 6,388,934 branch-misses # 1.32% of all branches
623 fprintf(stderr, " of all branches ");
    [all...]
  /external/proguard/src/proguard/optimize/evaluation/
PartialEvaluator.java 142 * branches.
144 * branches.
474 * branches.
    [all...]
  /dalvik/vm/compiler/codegen/arm/
CodegenCommon.cpp 443 /* Clear the conservative flags for branches that punt to the interpreter */
  /external/antlr/antlr-3.4/runtime/Python/
pylintrc 66 # R0912: Too many branches
  /external/bluetooth/glib/docs/reference/glib/tmpl/
trees-nary.sgml 5 trees of data with any number of branches
  /external/clang/lib/StaticAnalyzer/
README.txt 37 The analyzer traces out multiple paths by reasoning about branches and
  /external/javassist/src/main/javassist/bytecode/stackmap/
BasicBlock.java 30 public int incoming; // the number of incoming branches.
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldMachO.cpp 117 // address. Is that expected? Only for branches, perhaps?
  /external/llvm/lib/Target/ARM/
Thumb2ITBlockPass.cpp 199 // Branches, including tricky ones like LDM_RET, need to end an IT
  /external/llvm/lib/Target/PowerPC/InstPrinter/
PPCInstPrinter.cpp 156 // Branches can take an immediate operand. This is used by the branch
  /external/llvm/lib/Target/PowerPC/
PPCHazardRecognizers.cpp 58 // instructions fill an entire dispatch group. Additionally, only branches can
  /external/llvm/lib/Target/X86/
README-X86-64.txt 10 Are we better off using branches instead of cmove to implement FP to
  /external/oprofile/
HACKING 176 CVS branches

Completed in 695 milliseconds

<<11121314151617181920>>