Home
last modified time | relevance | path

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

1234

/openbsd/games/robots/
H A Dplay_level.c63 while (!Dead && Num_robots > 0) { in play_level()
69 Dead = TRUE; in play_level()
70 if (!Dead) in play_level()
85 if (!Dead) { in play_level()
H A Dextern.c36 bool Dead; /* Player is now dead */ variable
H A Dinit_field.c71 Dead = FALSE; in init_field()
H A Drobots.h82 extern bool Dead, Full_clear, Jump, Newscore, Real_time, Running,
H A Dmove_robs.c76 Dead = TRUE; in move_robots()
H A Dmain.c157 for (Level = Start_level; !Dead; Level++) { in main()
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DLiveRangeEdit.cpp210 SmallVectorImpl<MachineInstr*> &Dead) { in foldAsLoad() argument
263 Dead.push_back(DefMI); in foldAsLoad()
435 void LiveRangeEdit::eliminateDeadDefs(SmallVectorImpl<MachineInstr *> &Dead, in eliminateDeadDefs() argument
441 while (!Dead.empty()) in eliminateDeadDefs()
442 eliminateDeadDef(Dead.pop_back_val(), ToShrink); in eliminateDeadDefs()
449 if (foldAsLoad(LI, Dead)) in eliminateDeadDefs()
454 if (!LIS.shrinkToUses(LI, &Dead)) in eliminateDeadDefs()
H A DReachingDefAnalysis.cpp650 InstSet &Dead) const { in collectKilledOperands()
651 Dead.insert(MI); in collectKilledOperands()
652 auto IsDead = [this, &Dead](MachineInstr *Def, MCRegister PhysReg) { in collectKilledOperands()
669 return llvm::set_is_subset(Uses, Dead); in collectKilledOperands()
677 collectKilledOperands(Def, Dead); in collectKilledOperands()
/openbsd/gnu/llvm/llvm/include/llvm/Transforms/Utils/
H A DSimplifyIndVar.h52 SmallVectorImpl<WeakTrackingVH> &Dead,
59 SmallVectorImpl<WeakTrackingVH> &Dead);
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DLiveRangeEdit.h98 bool foldAsLoad(LiveInterval *LI, SmallVectorImpl<MachineInstr *> &Dead);
240 void eliminateDeadDefs(SmallVectorImpl<MachineInstr *> &Dead,
H A DMachineInstrBuilder.h50 Dead = 0x10, enumerator
105 flags & RegState::Dead,
535 return B ? RegState::Dead : 0; in getDeadRegState()
H A DReachingDefAnalysis.h220 void collectKilledOperands(MachineInstr *MI, InstSet &Dead) const;
/openbsd/gnu/llvm/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp218 Dead.push_back(std::make_pair(I, SI)); in CleanupPointerRootUsers()
226 Dead.push_back(std::make_pair(I, MSI)); in CleanupPointerRootUsers()
235 Dead.push_back(std::make_pair(I, MTI)); in CleanupPointerRootUsers()
246 Dead.clear(); in CleanupPointerRootUsers()
253 for (int i = 0, e = Dead.size(); i != e; ++i) { in CleanupPointerRootUsers()
254 if (IsSafeComputationToRemove(Dead[i].first, GetTLI)) { in CleanupPointerRootUsers()
255 Dead[i].second->eraseFromParent(); in CleanupPointerRootUsers()
256 Instruction *I = Dead[i].first; in CleanupPointerRootUsers()
1298 bool Dead; in deleteIfDead() local
1302 Dead = GV.use_empty(); in deleteIfDead()
[all …]
/openbsd/gnu/llvm/lldb/source/Host/linux/
H A DHost.cpp42 Dead, enumerator
105 .Case("X", ProcessState::Dead) in GetStatusInfo()
/openbsd/gnu/llvm/llvm/lib/Target/ARM/
H A DARMLowOverheadLoops.cpp554 for (auto *Dead : Killed) in INITIALIZE_PASS() local
555 BasicBlocks.insert(Dead->getParent()); in INITIALIZE_PASS()
572 for (auto *Dead : Killed) { in INITIALIZE_PASS() local
573 if (MachineOperand *MO = Dead->findRegisterUseOperand(ARM::ITSTATE)) { in INITIALIZE_PASS()
574 MachineInstr *IT = RDA.getMIOperand(Dead, *MO); in INITIALIZE_PASS()
577 CurrentBlock.erase(Dead); in INITIALIZE_PASS()
605 LLVM_DEBUG(for (auto *Dead : Killed) in INITIALIZE_PASS()
606 dbgs() << " - " << *Dead); in INITIALIZE_PASS()
/openbsd/games/quiz/datfiles/
H A Dflowers12 Dead leaves:Melancholy
/openbsd/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVInsertVSETVLI.cpp727 .addReg(RISCV::X0, RegState::Define | RegState::Dead) in insertVSETVLI()
736 .addReg(RISCV::X0, RegState::Define | RegState::Dead) in insertVSETVLI()
749 .addReg(RISCV::X0, RegState::Define | RegState::Dead) in insertVSETVLI()
757 .addReg(RISCV::X0, RegState::Define | RegState::Dead) in insertVSETVLI()
776 .addReg(DestReg, RegState::Define | RegState::Dead) in insertVSETVLI()
/openbsd/usr.bin/calendar/calendars/
H A Dcalendar.fictional18 02/26 Aragorn takes the Paths of the Dead (LOTR)
/openbsd/gnu/llvm/llvm/docs/
H A DPasses.rst381 ``-adce``: Aggressive Dead Code Elimination
466 ``-dce``: Dead Code Elimination
469 Dead code elimination is similar to :ref:`dead instruction elimination
473 ``-deadargelim``: Dead Argument Elimination
476 This pass deletes dead arguments from internal functions. Dead argument
484 ``-deadtypeelim``: Dead Type Elimination
493 ``-die``: Dead Instruction Elimination
496 Dead instruction elimination performs a single pass over the function, removing
499 ``-dse``: Dead Store Elimination
519 ``-globaldce``: Dead Global Elimination
[all …]
H A DLexicon.rst16 Aggressive Dead Code Elimination
100 Dead Store Elimination
/openbsd/games/adventure/
H A Dglorkz89 46 Dead end
90 47 Dead end
91 48 Dead end
97 54 Dead end
99 56 Dead end
103 58 Dead end
112 63 Dead end
149 81 Dead end
150 82 Dead end
153 85 Dead end
[all …]
/openbsd/gnu/llvm/lld/docs/MachO/
H A Dld64-vs-lld.rst8 Dead Stripping Duplicate Symbols
/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/
H A DSimplifyIndVar.cpp65 SmallVectorImpl<WeakTrackingVH> &Dead) in SimplifyIndvar() argument
67 DeadInsts(Dead) { in SimplifyIndvar()
955 SmallVectorImpl<WeakTrackingVH> &Dead, in simplifyUsersOfIV() argument
958 Rewriter, Dead); in simplifyUsersOfIV()
967 SmallVectorImpl<WeakTrackingVH> &Dead) { in simplifyLoopIVs() argument
975 simplifyUsersOfIV(cast<PHINode>(I), SE, DT, LI, TTI, Dead, Rewriter); in simplifyLoopIVs()
/openbsd/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZElimCompare.cpp235 MIB.addReg(SystemZ::CC, RegState::ImplicitDefine | RegState::Dead); in convertToBRCT()
680 RegState::ImplicitDefine | RegState::Dead); in fuseCompareOperations()
/openbsd/games/phantasia/
H A DREADME34 - Dead players can be resurrected by the 'wizard'.

1234