Home
last modified time | relevance | path

Searched defs:Dead (Results 1 – 15 of 15) sorted by relevance

/llvm-project/pstl/test/std/algorithms/alg.sorting/
H A Dsort.pass.cpp47 static const int32_t Dead = -2; member in ParanoidKey
123 Dead = -1 enumerator
/llvm-project/llvm/lib/CodeGen/
H A DLiveRangeEdit.cpp208 SmallVectorImpl<MachineInstr*> &Dead) { in foldAsLoad() argument
437 eliminateDeadDefs(SmallVectorImpl<MachineInstr * > & Dead,ArrayRef<Register> RegsBeingSpilled) eliminateDeadDefs() argument
H A DSplitKit.cpp1441 SmallVector<MachineInstr*, 8> Dead; deleteRematVictims() local
H A DRegisterCoalescer.cpp345 shrinkToUses(LiveInterval * LI,SmallVectorImpl<MachineInstr * > * Dead=nullptr) shrinkToUses() argument
/llvm-project/lldb/source/Host/linux/
H A DHost.cpp43 Dead, enumerator
/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyIndVar.cpp69 SmallVectorImpl<WeakTrackingVH> &Dead) in SimplifyIndvar() argument
1011 simplifyUsersOfIV(PHINode * CurrIV,ScalarEvolution * SE,DominatorTree * DT,LoopInfo * LI,const TargetTransformInfo * TTI,SmallVectorImpl<WeakTrackingVH> & Dead,SCEVExpander & Rewriter,IVVisitor * V) simplifyUsersOfIV() argument
1023 simplifyLoopIVs(Loop * L,ScalarEvolution * SE,DominatorTree * DT,LoopInfo * LI,const TargetTransformInfo * TTI,SmallVectorImpl<WeakTrackingVH> & Dead) simplifyLoopIVs() argument
H A DBasicBlockUtils.cpp105 SmallPtrSet<BasicBlock *, 4> Dead(BBs.begin(), BBs.end()); in DeleteDeadBlocks() local
/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstrBuilder.h52 Dead = 0x10, enumerator
H A DRDFGraph.h293 Dead = 0x0040 << 5, // 1000000, Does not define a value. enumerator
/llvm-project/llvm/lib/Target/ARM/
H A DARMLowOverheadLoops.cpp559 MachineInstr *IT = RDA.getMIOperand(Dead, *MO); in INITIALIZE_PASS() local
541 for (auto *Dead : Killed) INITIALIZE_PASS() local
/llvm-project/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp207 SmallVector<std::pair<Instruction *, Instruction *>, 32> Dead; CleanupPointerRootUsers() local
1328 bool Dead; deleteIfDead() local
[all...]
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp422 MachineInstr *Dead = &*I; removeDeadCode() local
/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.cpp2153 bool Dead = true; findPhysReg() local
/llvm-project/llvm/lib/Analysis/
H A DInlineCost.cpp2691 BasicBlock *Dead = NewDead.pop_back_val(); findDeadBlocks() local
/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp5046 const Expr *Live = E->getTrueExpr(), *Dead = E->getFalseExpr(); HandleConditionalOperatorLValueSimpleCase() local