Home
last modified time | relevance | path

Searched defs:Dead (Results 1 – 15 of 15) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DLiveRangeEdit.cpp210 SmallVectorImpl<MachineInstr*> &Dead) { in foldAsLoad()
435 void LiveRangeEdit::eliminateDeadDefs(SmallVectorImpl<MachineInstr *> &Dead, in eliminateDeadDefs()
H A DSplitKit.cpp1428 SmallVector<MachineInstr*, 8> Dead; in deleteRematVictims() local
H A DRegisterCoalescer.cpp350 SmallVectorImpl<MachineInstr * > *Dead = nullptr) { in shrinkToUses()
/openbsd/games/robots/
H A Dextern.c36 bool Dead; /* Player is now dead */ variable
/openbsd/gnu/llvm/lldb/source/Host/linux/
H A DHost.cpp42 Dead, enumerator
/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/
H A DSimplifyIndVar.cpp65 SmallVectorImpl<WeakTrackingVH> &Dead) in SimplifyIndvar()
955 SmallVectorImpl<WeakTrackingVH> &Dead, in simplifyUsersOfIV()
967 SmallVectorImpl<WeakTrackingVH> &Dead) { in simplifyLoopIVs()
H A DBasicBlockUtils.cpp104 SmallPtrSet<BasicBlock *, 4> Dead(BBs.begin(), BBs.end()); in DeleteDeadBlocks() local
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineInstrBuilder.h50 Dead = 0x10, enumerator
H A DRDFGraph.h291 Dead = 0x0040 << 5, // 1000000, Does not define a value. enumerator
/openbsd/gnu/llvm/llvm/lib/Target/ARM/
H A DARMLowOverheadLoops.cpp554 for (auto *Dead : Killed) in INITIALIZE_PASS() local
572 for (auto *Dead : Killed) { in INITIALIZE_PASS() local
/openbsd/gnu/llvm/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp207 SmallVector<std::pair<Instruction *, Instruction *>, 32> Dead; in CleanupPointerRootUsers() local
1298 bool Dead; in deleteIfDead() local
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp422 MachineInstr *Dead = &*I; in removeDeadCode() local
/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.cpp2150 bool Dead = true; in findPhysReg() local
/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DInlineCost.cpp2594 BasicBlock *Dead = NewDead.pop_back_val(); in findDeadBlocks() local
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGExpr.cpp4593 const Expr *Live = E->getTrueExpr(), *Dead = E->getFalseExpr(); in HandleConditionalOperatorLValueSimpleCase() local