Home
last modified time | relevance | path

Searched refs:Dead (Results 1 – 25 of 53) sorted by relevance

123

/external/llvm/test/ExecutionEngine/MCJIT/
Dtest-phi.ll9 T: ; preds = %Dead, %0
10 phi i32* [ %X, %0 ], [ @Y, %Dead ] ; <i32*>:1 [#uses=0]
12 Dead: ; No predecessors!
27 Test: ; preds = %Dead, %0
28 %X = phi i32 [ 0, %0 ], [ %Y, %Dead ] ; <i32> [#uses=1]
30 Dead: ; No predecessors!
/external/llvm/test/ExecutionEngine/OrcMCJIT/
Dtest-phi.ll9 T: ; preds = %Dead, %0
10 phi i32* [ %X, %0 ], [ @Y, %Dead ] ; <i32*>:1 [#uses=0]
12 Dead: ; No predecessors!
27 Test: ; preds = %Dead, %0
28 %X = phi i32 [ 0, %0 ], [ %Y, %Dead ] ; <i32> [#uses=1]
30 Dead: ; No predecessors!
/external/llvm/test/Transforms/InstCombine/
D2005-07-07-DeadPHILoop.ll8 Dead: ; preds = %Dead
9 %X = phi i32 [ %Y, %Dead ] ; <i32> [#uses=1]
12 br label %Dead
D2003-09-09-VolatileLoadElim.ll4 ; Dead but not deletable!
/external/llvm/lib/CodeGen/
DLiveRangeEdit.cpp165 SmallVectorImpl<MachineInstr*> &Dead) { in foldAsLoad() argument
216 Dead.push_back(DefMI); in foldAsLoad()
320 void LiveRangeEdit::eliminateDeadDefs(SmallVectorImpl<MachineInstr*> &Dead, in eliminateDeadDefs() argument
326 while (!Dead.empty()) in eliminateDeadDefs()
327 eliminateDeadDef(Dead.pop_back_val(), ToShrink); in eliminateDeadDefs()
335 if (foldAsLoad(LI, Dead)) in eliminateDeadDefs()
339 if (!LIS.shrinkToUses(LI, &Dead)) in eliminateDeadDefs()
/external/llvm/include/llvm/Transforms/Utils/
DSimplifyIndVar.h61 SmallVectorImpl<WeakVH> &Dead, IVVisitor *V = nullptr);
66 SmallVectorImpl<WeakVH> &Dead);
/external/llvm/test/Feature/
Doptnone-opt.ll40 ; OPT-O1-DAG: Skipping pass 'Aggressive Dead Code Elimination'
42 ; OPT-O1-DAG: Skipping pass 'Dead Store Elimination'
59 ; OPT-MORE-DAG: Skipping pass 'Dead Code Elimination'
60 ; OPT-MORE-DAG: Skipping pass 'Dead Instruction Elimination'
/external/llvm/lib/Transforms/Utils/
DSimplifyIndVar.cpp58 SmallVectorImpl<WeakVH> &Dead, IVUsers *IVU = nullptr) in SimplifyIndvar() argument
59 : L(Loop), LI(LI), SE(SE), DeadInsts(Dead), Changed(false) { in SimplifyIndvar()
518 SmallVectorImpl<WeakVH> &Dead, IVVisitor *V) in simplifyUsersOfIV() argument
521 SimplifyIndvar SIV(LI->getLoopFor(CurrIV->getParent()), SE, LI, Dead); in simplifyUsersOfIV()
529 SmallVectorImpl<WeakVH> &Dead) { in simplifyLoopIVs() argument
532 Changed |= simplifyUsersOfIV(cast<PHINode>(I), SE, LPM, Dead); in simplifyLoopIVs()
/external/llvm/include/llvm/CodeGen/
DLiveRangeEdit.h93 bool foldAsLoad(LiveInterval *LI, SmallVectorImpl<MachineInstr*> &Dead);
217 void eliminateDeadDefs(SmallVectorImpl<MachineInstr*> &Dead,
DMachineInstrBuilder.h34 Dead = 0x10, enumerator
76 flags & RegState::Dead,
408 return B ? RegState::Dead : 0; in getDeadRegState()
/external/llvm/test/Transforms/DeadStoreElimination/
DPartialStore.ll62 store i8 10, i8* %C ;; Dead store to variable index.
78 store i8 10, i8 addrspace(1)* %C ;; Dead store to variable index.
/external/llvm/test/CodeGen/PowerPC/
D2006-01-11-darwin-fp-argument.ll6 ; Dead argument should reserve an FP register.
/external/llvm/test/Transforms/DeadArgElim/
Ddeadretval.ll3 ; Dead arg only used by dead retval
Ddeadretval2.ll7 ; Dead arg only used by dead retval
/external/llvm/test/Analysis/BasicAA/
Dmodref.ll52 store i8 1, i8* %P2 ;; Dead, clobbered by memset.
65 %Y = add i8 %X, 1 ;; Dead, because the only use (the store) is dead.
79 %Y = add i8 %X, 1 ;; Dead, because the only use (the store) is dead.
/external/llvm/test/Transforms/SimplifyCFG/
D2009-01-18-PHIPropCrash.ll3 ; Dead use caused invariant violation.
/external/protobuf/gtest/xcode/Config/
DDebugProject.xcconfig19 // Dead code stripping off
DReleaseProject.xcconfig24 // Dead code strip does not affect ObjC code but can help for C
/external/google-breakpad/src/testing/gtest/xcode/Config/
DDebugProject.xcconfig19 // Dead code stripping off
DReleaseProject.xcconfig24 // Dead code strip does not affect ObjC code but can help for C
/external/v8/src/compiler/
Dcommon-operator.h72 const Operator* Dead();
/external/llvm/docs/
DPasses.rst375 ``-adce``: Aggressive Dead Code Elimination
476 to run a :ref:`Dead Instruction Elimination <passes-die>` pass sometime after
481 ``-dce``: Dead Code Elimination
484 Dead code elimination is similar to :ref:`dead instruction elimination
488 ``-deadargelim``: Dead Argument Elimination
491 This pass deletes dead arguments from internal functions. Dead argument
499 ``-deadtypeelim``: Dead Type Elimination
508 ``-die``: Dead Instruction Elimination
511 Dead instruction elimination performs a single pass over the function, removing
514 ``-dse``: Dead Store Elimination
[all …]
/external/llvm/test/Transforms/LoopRotate/
Dpreserve-loop-simplify.ll37 ; Dead!
/external/tcpdump/tests/
Dlmp-v.out40 Hello Dead Interval: 15
65 Hello Dead Interval: 15
108 Verify Dead Interval: 50
/external/llvm/lib/Transforms/Scalar/
DDeadStoreElimination.cpp747 Instruction *Dead = BBI++; in handleEndBlock() local
750 << *Dead << "\n Objects: "; in handleEndBlock()
760 DeleteDeadInstruction(Dead, *MD, TLI, &DeadStackObjects); in handleEndBlock()

123