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

/freebsd-10-stable/contrib/llvm/lib/CodeGen/
H A DLiveRangeEdit.cpp332 void LiveRangeEdit::eliminateDeadDefs(SmallVectorImpl<MachineInstr*> &Dead, argument
165 foldAsLoad(LiveInterval *LI, SmallVectorImpl<MachineInstr*> &Dead) argument
H A DRegAllocFast.cpp668 bool Dead = MO.isDead(); local
H A DSplitKit.cpp1020 SmallVector<MachineInstr*, 8> Dead; local
H A DMachineInstr.cpp1791 bool Dead = true; local
/freebsd-10-stable/contrib/llvm/lib/Transforms/Utils/
H A DSimplifyIndVar.cpp54 SimplifyIndvar(Loop *Loop, ScalarEvolution *SE, LPPassManager *LPM, SmallVectorImpl<WeakVH> &Dead, IVUsers *IVU = NULL) argument
373 simplifyUsersOfIV(PHINode *CurrIV, ScalarEvolution *SE, LPPassManager *LPM, SmallVectorImpl<WeakVH> &Dead, IVVisitor *V) argument
384 simplifyLoopIVs(Loop *L, ScalarEvolution *SE, LPPassManager *LPM, SmallVectorImpl<WeakVH> &Dead) argument
/freebsd-10-stable/contrib/llvm/include/llvm/CodeGen/
H A DMachineInstrBuilder.h34 Dead = 0x10, enumerator in enum:llvm::RegState::__anon2021
/freebsd-10-stable/contrib/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp772 Instruction *Dead = BBI++; local
[all...]
/freebsd-10-stable/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp328 MachineInstr *Dead = &*I; local
/freebsd-10-stable/contrib/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp196 SmallVector<std::pair<Instruction *, Instruction *>, 32> Dead; local
[all...]

Completed in 190 milliseconds