Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/lib/CodeGen/
DLiveRangeEdit.cpp166 SmallVectorImpl<MachineInstr*> &Dead) { in foldAsLoad() argument
219 Dead.push_back(DefMI); in foldAsLoad()
332 void LiveRangeEdit::eliminateDeadDefs(SmallVectorImpl<MachineInstr*> &Dead, in eliminateDeadDefs() argument
338 while (!Dead.empty()) in eliminateDeadDefs()
339 eliminateDeadDef(Dead.pop_back_val(), ToShrink); in eliminateDeadDefs()
347 if (foldAsLoad(LI, Dead)) in eliminateDeadDefs()
351 if (!LIS.shrinkToUses(LI, &Dead)) in eliminateDeadDefs()
DSplitKit.cpp1020 SmallVector<MachineInstr*, 8> Dead; in deleteRematVictims() local
1036 Dead.push_back(MI); in deleteRematVictims()
1040 if (Dead.empty()) in deleteRematVictims()
1043 Edit->eliminateDeadDefs(Dead); in deleteRematVictims()
DRegAllocFast.cpp668 bool Dead = MO.isDead(); in setPhysReg() local
671 return MO.isKill() || Dead; in setPhysReg()
690 return Dead; in setPhysReg()
DMachineInstr.cpp1791 bool Dead = true; in setPhysRegsDeadExcept() local
1795 Dead = false; in setPhysRegsDeadExcept()
1799 if (Dead) MO.setIsDead(); in setPhysRegsDeadExcept()
/freebsd-10-stable/contrib/llvm/lib/Transforms/Utils/
DSimplifyIndVar.cpp55 SmallVectorImpl<WeakVH> &Dead, IVUsers *IVU = NULL) : in SimplifyIndvar() argument
60 DeadInsts(Dead), in SimplifyIndvar()
374 SmallVectorImpl<WeakVH> &Dead, IVVisitor *V) in simplifyUsersOfIV() argument
377 SimplifyIndvar SIV(LI->getLoopFor(CurrIV->getParent()), SE, LPM, Dead); in simplifyUsersOfIV()
385 SmallVectorImpl<WeakVH> &Dead) { in simplifyLoopIVs() argument
388 Changed |= simplifyUsersOfIV(cast<PHINode>(I), SE, LPM, Dead); in simplifyLoopIVs()
/freebsd-10-stable/contrib/llvm/include/llvm/Transforms/Utils/
DSimplifyIndVar.h43 SmallVectorImpl<WeakVH> &Dead, IVVisitor *V = NULL);
48 SmallVectorImpl<WeakVH> &Dead);
/freebsd-10-stable/contrib/llvm/include/llvm/CodeGen/
DLiveRangeEdit.h92 bool foldAsLoad(LiveInterval *LI, SmallVectorImpl<MachineInstr*> &Dead);
219 void eliminateDeadDefs(SmallVectorImpl<MachineInstr*> &Dead,
DMachineInstrBuilder.h34 Dead = 0x10, enumerator
72 flags & RegState::Dead,
393 return B ? RegState::Dead : 0; in getDeadRegState()
/freebsd-10-stable/usr.bin/calendar/calendars/
Dcalendar.lotr18 02/26 Aragorn takes the Paths of the Dead
Dcalendar.music31 01/31 The Grateful Dead are busted in New Orleans, 1970
59 03/08 Ron "Pigpen" McKernan (Grateful Dead) dies in California, 1973
163 09/08 Ron "Pigpen" McKernan (Grateful Dead) is born in San Bruno, California, 1945
182 10/16 Bob Weir (Grateful Dead) is born in San Francisco, 1947
/freebsd-10-stable/contrib/llvm/lib/Transforms/Scalar/
DDeadStoreElimination.cpp772 Instruction *Dead = BBI++; in handleEndBlock() local
775 << *Dead << "\n Objects: "; in handleEndBlock()
785 DeleteDeadInstruction(Dead, *MD, TLI, &DeadStackObjects); in handleEndBlock()
/freebsd-10-stable/contrib/llvm/lib/Transforms/IPO/
DGlobalOpt.cpp196 SmallVector<std::pair<Instruction *, Instruction *>, 32> Dead; in CleanupPointerRootUsers() local
209 Dead.push_back(std::make_pair(I, SI)); in CleanupPointerRootUsers()
217 Dead.push_back(std::make_pair(I, MSI)); in CleanupPointerRootUsers()
226 Dead.push_back(std::make_pair(I, MTI)); in CleanupPointerRootUsers()
237 Dead.clear(); in CleanupPointerRootUsers()
244 for (int i = 0, e = Dead.size(); i != e; ++i) { in CleanupPointerRootUsers()
245 if (IsSafeComputationToRemove(Dead[i].first, TLI)) { in CleanupPointerRootUsers()
246 Dead[i].second->eraseFromParent(); in CleanupPointerRootUsers()
247 Instruction *I = Dead[i].first; in CleanupPointerRootUsers()
/freebsd-10-stable/contrib/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp328 MachineInstr *Dead = &*I; in removeDeadCode() local
330 Dead->eraseFromParent(); in removeDeadCode()
/freebsd-10-stable/contrib/gcc/doc/
Dpasses.texi283 @item Dead code elimination
364 @item Dead store elimination
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Driver/
DCC1Options.td60 HelpText<"Source Code Analysis - Dead Symbol Removal Frequency">;
/freebsd-10-stable/contrib/ldns/
DChangelog77 * bugfix #473: Dead code removal and resource leak fix in drill
/freebsd-10-stable/share/misc/
Dusb_hid_usages1071 0x65 Dead Band
/freebsd-10-stable/games/fortune/datfiles/
Dfortunes5596 (2) Dead cat brush
9752 -- Tibetan "Book of the Dead," ca. 4000 BC.
9838 Be true to yourself and the Grateful Dead.
9977 -- The Grateful Dead
19570 God is Dead.
19572 Nietzsche is Dead.
19575 -- The Dead
22277 -- Nero Wolfe, "Over My Dead Body"
24414 I went to a Grateful Dead Concert and they played for SEVEN hours.
24524 -- Grateful Dead
[all …]
/freebsd-10-stable/contrib/llvm/lib/Target/ARM/
DARMISelLowering.cpp7245 MIB.addReg(Reg, RegState::ImplicitDefine | RegState::Dead); in EmitSjLjDispatchBlock()
/freebsd-10-stable/contrib/ntp/
DChangeLog4281 * ntp_io.c: Dead code cleanup - Coverity View 19.
DCommitLog181463 Dead code cleanup - Coverity View 19
181466 Dead code cleanup - Coverity View 19
181475 Dead code cleanup - Coverity View 19
/freebsd-10-stable/contrib/gcc/
DChangeLog-199816131 (init_complex_libfuncs): Deleted. Dead static function.
16268 (copy_eh_entry): Deleted. Dead function.
DChangeLog-2004603 * tree.h (DECL_PTA_ALIASVAR): Dead.
18321 Dead code stripping
DChangeLog-200522877 (register_one_dump_file): Dead with IPA passes.
/freebsd-10-stable/share/dict/
Dweb2a15806 Dead borneo
15833 Dead sea apple
15834 Dead sea fruit