Searched defs:Dead (Results 1 - 13 of 13) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp205 SmallVector<std::pair<Instruction *, Instruction *>, 32> Dead; local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DMVETailPredication.cpp436 SmallPtrSet<Instruction*, 4> Dead; local
H A DARMLowOverheadLoops.cpp782 SmallVector<MachineInstr*, 4> Dead; local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveRangeEdit.cpp392 void LiveRangeEdit::eliminateDeadDefs(SmallVectorImpl<MachineInstr *> &Dead, argument
185 foldAsLoad(LiveInterval *LI, SmallVectorImpl<MachineInstr*> &Dead) argument
H A DRegAllocFast.cpp858 bool Dead = MO.isDead(); local
H A DSplitKit.cpp1408 SmallVector<MachineInstr*, 8> Dead; local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyIndVar.cpp63 SimplifyIndvar(Loop *Loop, ScalarEvolution *SE, DominatorTree *DT, LoopInfo *LI, SCEVExpander &Rewriter, SmallVectorImpl<WeakTrackingVH> &Dead) argument
933 simplifyUsersOfIV(PHINode *CurrIV, ScalarEvolution *SE, DominatorTree *DT, LoopInfo *LI, SmallVectorImpl<WeakTrackingVH> &Dead, SCEVExpander &Rewriter, IVVisitor *V) argument
944 simplifyLoopIVs(Loop *L, ScalarEvolution *SE, DominatorTree *DT, LoopInfo *LI, SmallVectorImpl<WeakTrackingVH> &Dead) argument
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstrBuilder.h47 Dead = 0x10, enumerator in enum:llvm::RegState::__anon1460
H A DRDFGraph.h290 Dead = 0x0040 << 5, // 1000000, Does not define a value. member in struct:llvm::rdf::NodeAttrs
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp812 Instruction *Dead = &*BBI; local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineCost.cpp1886 BasicBlock *Dead = NewDead.pop_back_val(); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp573 MachineInstr *Dead = &*I; local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.cpp2049 bool Dead = true; local

Completed in 130 milliseconds