HomeSort by relevance Sort by last modified time
    Searched full:uncond (Results 1 - 25 of 31) sorted by null

1 2

  /external/llvm/test/Transforms/InstCombine/
2008-06-19-UncondLoad.ll 12 ; not safe to turn into an uncond load
  /external/llvm/test/Transforms/CodeGenPrepare/
basic.ll 8 ; uncond branch. Next, we fold the control flow alltogether.
  /external/libsepol/src/
hierarchy.c 338 avtab_datum_t avdat, *uncond; local
354 uncond = avtab_search(a->expa, &cur_av->node->key);
355 if (uncond)
356 avdat.data |= uncond->data;
378 uncond = avtab_search(a->expa, &cur_av->node->key);
379 if (uncond)
380 avdat.data |= uncond->data;
write.c 114 Requires merging similar entries if uncond avtab. */
    [all...]
  /external/llvm/lib/Target/MSP430/
MSP430BranchSelector.cpp 153 // Jump over the uncond branch inst (i.e. $+6) on opposite condition.
160 // Uncond branch to the real destination.
  /external/llvm/lib/Target/PowerPC/
PPCBranchSelector.cpp 166 // Jump over the uncond branch inst (i.e. $PC+8) on opposite condition.
181 // Uncond branch to the real destination.
  /external/llvm/test/Transforms/Inline/
inline_cleanup.ll 2 ; uncond branches away after it is done specializing.
  /external/llvm/lib/Transforms/Utils/
CloneFunction.cpp 313 // Constant fold to uncond branch!
328 if (Cond) { // Constant fold to uncond branch!
517 // uncond branches, and this code folds them.
LowerInvoke.cpp 248 // Replace the invoke with an uncond branch.
498 // Nuke the uncond branch.
SimplifyCFG.cpp 592 // uncond br.
    [all...]
LoopSimplify.cpp 506 // always good as it makes the uncond branch from the outside block into a
Local.cpp 64 if (BI->isUnconditional()) return false; // Can't optimize uncond branch
    [all...]
  /external/llvm/lib/Transforms/IPO/
PruneEH.cpp 218 // Remove the uncond branch and add an unreachable.
  /external/llvm/lib/CodeGen/
BranchFolding.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64BranchFixupPass.cpp 28 STATISTIC(NumSplit, "Number of uncond branches inserted");
  /external/llvm/lib/Transforms/Scalar/
LoopRotation.cpp 425 // then we fold away the cond branch to an uncond branch. This simplifies the
LoopUnswitch.cpp     [all...]
TailRecursionElimination.cpp 648 << "INTO UNCOND BRANCH PRED: " << *Pred);
CodeGenPrepare.cpp 278 // If this block doesn't end with an uncond branch, ignore it.
312 /// single uncond branch between them, and BB contains no other non-phi
    [all...]
  /external/clang/lib/CodeGen/
CodeGenFunction.cpp 853 // If we have "X && 1", simplify the code to use an uncond branch.
    [all...]
  /external/valgrind/main/VEX/priv/
guest_arm_toIR.c 43 needs to happen even after we go uncond. (and for sure it doesn't
    [all...]
guest_ppc_toIR.c 5667 Bool uncond = False; local
5717 Bool uncond = False; local
    [all...]
  /external/llvm/lib/Target/ARM/
ARMConstantIslandPass.cpp 40 STATISTIC(NumSplit, "Number of uncond branches inserted");
42 STATISTIC(NumUBrFixed, "Number of uncond branches fixed");
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonHardwareLoops.cpp     [all...]
  /external/llvm/lib/Target/R600/
AMDILCFGStructurizer.cpp     [all...]

Completed in 437 milliseconds

1 2