| /freebsd-10-stable/contrib/llvm/lib/CodeGen/ |
| D | LiveRangeEdit.cpp | 166 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()
|
| D | SplitKit.cpp | 1020 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()
|
| D | RegAllocFast.cpp | 668 bool Dead = MO.isDead(); in setPhysReg() local 671 return MO.isKill() || Dead; in setPhysReg() 690 return Dead; in setPhysReg()
|
| D | MachineInstr.cpp | 1791 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/ |
| D | SimplifyIndVar.cpp | 55 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/ |
| D | SimplifyIndVar.h | 43 SmallVectorImpl<WeakVH> &Dead, IVVisitor *V = NULL); 48 SmallVectorImpl<WeakVH> &Dead);
|
| /freebsd-10-stable/contrib/llvm/include/llvm/CodeGen/ |
| D | LiveRangeEdit.h | 92 bool foldAsLoad(LiveInterval *LI, SmallVectorImpl<MachineInstr*> &Dead); 219 void eliminateDeadDefs(SmallVectorImpl<MachineInstr*> &Dead,
|
| D | MachineInstrBuilder.h | 34 Dead = 0x10, enumerator 72 flags & RegState::Dead, 393 return B ? RegState::Dead : 0; in getDeadRegState()
|
| /freebsd-10-stable/usr.bin/calendar/calendars/ |
| D | calendar.lotr | 18 02/26 Aragorn takes the Paths of the Dead
|
| D | calendar.music | 31 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/ |
| D | DeadStoreElimination.cpp | 772 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/ |
| D | GlobalOpt.cpp | 196 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/ |
| D | FastISel.cpp | 328 MachineInstr *Dead = &*I; in removeDeadCode() local 330 Dead->eraseFromParent(); in removeDeadCode()
|
| /freebsd-10-stable/contrib/gcc/doc/ |
| D | passes.texi | 283 @item Dead code elimination 364 @item Dead store elimination
|
| /freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Driver/ |
| D | CC1Options.td | 60 HelpText<"Source Code Analysis - Dead Symbol Removal Frequency">;
|
| /freebsd-10-stable/contrib/ldns/ |
| D | Changelog | 77 * bugfix #473: Dead code removal and resource leak fix in drill
|
| /freebsd-10-stable/share/misc/ |
| D | usb_hid_usages | 1071 0x65 Dead Band
|
| /freebsd-10-stable/games/fortune/datfiles/ |
| D | fortunes | 5596 (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/ |
| D | ARMISelLowering.cpp | 7245 MIB.addReg(Reg, RegState::ImplicitDefine | RegState::Dead); in EmitSjLjDispatchBlock()
|
| /freebsd-10-stable/contrib/ntp/ |
| D | ChangeLog | 4281 * ntp_io.c: Dead code cleanup - Coverity View 19.
|
| D | CommitLog | 181463 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/ |
| D | ChangeLog-1998 | 16131 (init_complex_libfuncs): Deleted. Dead static function. 16268 (copy_eh_entry): Deleted. Dead function.
|
| D | ChangeLog-2004 | 603 * tree.h (DECL_PTA_ALIASVAR): Dead. 18321 Dead code stripping
|
| D | ChangeLog-2005 | 22877 (register_one_dump_file): Dead with IPA passes.
|
| /freebsd-10-stable/share/dict/ |
| D | web2a | 15806 Dead borneo 15833 Dead sea apple 15834 Dead sea fruit
|