/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/llvm/lib/Target/MSP430/ |
MSP430BranchSelector.cpp | 155 // Jump over the uncond branch inst (i.e. $+6) on opposite condition. 162 // Uncond branch to the real destination.
|
/external/llvm/lib/Target/PowerPC/ |
PPCBranchSelector.cpp | 196 // Jump over the uncond branch inst (i.e. $PC+8) on opposite condition. 217 // Uncond branch to the real destination.
|
/toolchain/binutils/binutils-2.25/cpu/ |
epiphany.cpu | [all...] |
or1korbis.cpu | 399 (!COND-CTI UNCOND-CTI) 410 (!COND-CTI UNCOND-CTI) 424 (!COND-CTI UNCOND-CTI) 435 (!COND-CTI UNCOND-CTI) 449 (COND-CTI !UNCOND-CTI) 460 (COND-CTI !UNCOND-CTI) [all...] |
m32r.cpu | 951 (UNCOND-CTI FILL-SLOT (PIPE O) (IDOC BR)) 964 (UNCOND-CTI FILL-SLOT RELAXABLE (PIPE O) (IDOC BR)) 970 (UNCOND-CTI (IDOC BR)) 982 (UNCOND-CTI RELAXED (IDOC BR)) 1068 (UNCOND-CTI FILL-SLOT (PIPE O) (IDOC BR)) 1078 (UNCOND-CTI FILL-SLOT RELAXABLE (PIPE O) (IDOC BR)) 1084 (UNCOND-CTI (IDOC BR)) 1094 (UNCOND-CTI RELAXED (IDOC BR)) [all...] |
xc16x.cpu | [all...] |
iq2000m.cpu | 240 (dni jcr "jump context register" (MACH2000 DELAY-SLOT UNCOND-CTI USES-RS)
|
cris.cpu | [all...] |
/external/llvm/test/Transforms/Inline/ |
inline_cleanup.ll | 2 ; uncond branches away after it is done specializing.
|
/external/llvm/lib/Transforms/Utils/ |
CloneFunction.cpp | 430 // Constant fold to uncond branch! 445 if (Cond) { // Constant fold to uncond branch! 659 // uncond branches, and this code folds them. [all...] |
LoopSimplify.cpp | 91 // always good as it makes the uncond branch from the outside block into a [all...] |
SimplifyCFG.cpp | 681 // uncond br. [all...] |
/external/llvm/lib/Transforms/IPO/ |
PruneEH.cpp | 233 // Remove the uncond branch and add an unreachable.
|
/external/llvm/lib/Transforms/Scalar/ |
LoopRotation.cpp | 288 // then we fold away the cond branch to an uncond branch. This simplifies the
|
TailRecursionElimination.cpp | [all...] |
/external/clang/lib/CodeGen/ |
CodeGenFunction.cpp | [all...] |
/external/llvm/lib/Target/Mips/ |
MipsConstantIslandPass.cpp | 52 STATISTIC(NumSplit, "Number of uncond branches inserted"); 54 STATISTIC(NumUBrFixed, "Number of uncond branches fixed"); [all...] |
/toolchain/binutils/binutils-2.25/opcodes/ |
ip2k-desc.c | 103 { "UNCOND-CTI", &bool_attr[0], &bool_attr[0] }, [all...] |
lm32-desc.c | 102 { "UNCOND-CTI", &bool_attr[0], &bool_attr[0] }, [all...] |
fr30-desc.c | 103 { "UNCOND-CTI", &bool_attr[0], &bool_attr[0] }, [all...] |
m32r-desc.c | 117 { "UNCOND-CTI", &bool_attr[0], &bool_attr[0] }, [all...] |
/external/llvm/lib/CodeGen/ |
BranchFolding.cpp | [all...] |
/external/valgrind/VEX/priv/ |
guest_arm_toIR.c | 43 needs to happen even after we go uncond. (and for sure it doesn't [all...] |