HomeSort by relevance Sort by last modified time
    Searched full:unconditional (Results 26 - 50 of 518) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/guava/guava-testlib/src/com/google/common/collect/testing/google/
MultisetSetCountUnconditionallyTester.java 22 * A generic JUnit test which tests unconditional {@code setCount()} operations
AbstractMultisetSetCountTester.java 38 * test calls to the unconditional {@code setCount()} method and calls to the
106 // Unconditional setCount no-ops.
181 // Unconditional setCount size increases:
215 // Unconditional setCount size decreases:
  /external/libvpx/libvpx/
solution.mk 30 # Always install this file, as it is an unconditional post-build rule.
  /external/llvm/test/CodeGen/Thumb2/
thumb2-ifcvt3.ll 3 ; There shouldn't be a unconditional branch at end of bb52.
  /external/llvm/lib/Target/Mips/
MipsInstrInfo.cpp 122 // Unconditional branches: 0
137 // Unconditional branch.
222 // Unconditional branch
240 // If second to last instruction is an unconditional branch,
253 // Conditional branch followed by an unconditional branch.
254 // The last one must be unconditional.
MipsInstrInfo.h 38 BT_Uncond, // One unconditional branch.
40 BT_CondUncond, // A conditional branch followed by an unconditional branch.
  /external/proguard/src/proguard/optimize/peephole/
GotoReturnReplacer.java 31 * This InstructionVisitor replaces unconditional branches to return instructions
77 // Check if the instruction is an unconditional goto instruction.
GotoCommonCodeReplacer.java 32 * This AttributeVisitor redirects unconditional branches so any common code
99 // Check if the instruction is an unconditional goto instruction that
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/
DataCommandConsolidator.java 115 // var, lvar, evar, uvar, name: all unconditional barriers.
206 // call: unconditional barrier.
241 // include, hard include, linclude, hard linclude unconditional barriers.
263 // EOF: unconditional barrier.
  /external/llvm/lib/Target/Hexagon/
HexagonCFGOptimizer.cpp 162 // The target of the unconditional branch must be JumpAroundTarget.
163 // TODO: If not, we should not invert the unconditional branch.
176 // Ensure that BB2 has one instruction -- an unconditional jump.
194 // Remove the unconditional branch in LayoutSucc.
  /external/llvm/test/Transforms/SimplifyCFG/
UncondBranchToReturn.ll 20 ; Make sure it's willing to move unconditional branches to return instructions
  /external/oprofile/events/x86-64/family12h/
events 22 event:0xc2 counters:0,1,2,3 um:zero minimum:500 name:RETIRED_BRANCH_INSTRUCTIONS : Retired branches (conditional, unconditional, exceptions, interrupts)
  /external/oprofile/events/x86-64/family14h/
events 22 event:0xc2 counters:0,1,2,3 um:zero minimum:500 name:RETIRED_BRANCH_INSTRUCTIONS : Retired branches (conditional, unconditional, exceptions, interrupts)
  /ndk/sources/host-tools/sed-4.2.1/m4/
strerror.m4 63 dnl the check for those headers unconditional; yet cygwin reports
  /external/llvm/lib/Target/AArch64/
AArch64BranchFixupPass.cpp 44 /// blocks may need converting into an unconditional equivalent. For example:
118 /// conditional or unconditional, the max displacement, and (if IsCond is
357 /// an unconditional branch. Update data structures and renumber blocks to
372 // Add an unconditional branch from OrigBB to NewBB.
373 // Note the new unconditional branch is not being recorded.
471 /// unconditional branch to the destination.
478 // The general idea is to add an unconditional branch to the destination and
533 // Last MI in the BB is an unconditional branch. We can swap destinations:
554 // No need for the branch to the next block. We're adding an unconditional
562 // After splitting and removing the unconditional branch from the original BB
    [all...]
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMFixupKinds.h 50 // branch instructions. (unconditional)
56 // branch unconditional branch instructions.
71 // fixup_arm_uncondbl - Fixup for unconditional ARM BL instructions.
  /external/llvm/lib/Transforms/Utils/
UnifyFunctionExitNodes.cpp 43 // BasicBlock, and converting all returns to unconditional branches to this
89 // instructions into unconditional branches.
106 // unconditional branch.
  /external/proguard/src/proguard/classfile/editor/
InstructionWriter.java 133 // Create a new unconditional branch that will fit.
174 // Create a new unconditional branch that will fit.
188 // Create a new unconditional branch that will fit.
  /external/llvm/lib/Target/XCore/
XCoreInstrInfo.cpp 170 /// 2. If this block ends with only an unconditional branch, it sets TBB to be
177 /// 4. If this block ends with an conditional branch and an unconditional
238 // If the block ends with conditional branch followed by unconditional,
251 // If the block ends with two unconditional branches, handle it. The second
262 // Likewise if it ends with a branch table followed by an unconditional branch.
286 // Unconditional branch
  /external/chromium_org/sandbox/linux/seccomp-bpf/
instruction.h 27 // Constructor for an non-jumping instruction or for an unconditional
  /external/oprofile/events/alpha/ev4/
events 7 event:0x08 counters:0 um:zero minimum:4096 name:BRANCH_INSNS : All branches (conditional, unconditional, jsr, hw_rei)
  /dalvik/libdex/
InstrUtils.h 96 kInstrCanBranch = 1, // conditional or unconditional branch
165 * Returns true if the given flags represent a goto (unconditional branch).
  /external/chromium_org/third_party/mesa/src/src/glsl/
lower_discard.cpp 105 * Unconditional discards are treated as having a condition of "true".
152 /* For unconditional discards, use "true" as the condition. */
  /external/chromium_org/third_party/skia/include/gpu/
GrConfig.h 127 * GR_ALWAYSBREAK is an unconditional break in all builds.
141 * GR_DEBUGBREAK is an unconditional break in debug builds.
  /external/mesa3d/src/glsl/
lower_discard.cpp 105 * Unconditional discards are treated as having a condition of "true".
152 /* For unconditional discards, use "true" as the condition. */

Completed in 740 milliseconds

12 3 4 5 6 7 8 91011>>