Home
last modified time | relevance | path

Searched refs:IsDead (Results 1 – 20 of 20) sorted by relevance

/openbsd/gnu/llvm/clang/lib/AST/Interp/
H A DInterpBlock.h118 Block(Descriptor *Desc, bool IsExtern, bool IsStatic, bool IsDead) in Block() argument
119 : IsStatic(IsStatic), IsExtern(IsExtern), IsDead(true), Desc(Desc) {} in Block()
138 bool IsDead = false; variable
H A DInterpBlock.cpp43 if (Pointers == nullptr && IsDead) in cleanup()
H A DPointer.h165 bool isLive() const { return Pointee && !Pointee->IsDead; } in isLive()
/openbsd/gnu/llvm/llvm/lib/ObjCopy/MachO/
H A DMachOObject.cpp117 auto IsDead = [&](const std::unique_ptr<SymbolEntry> &S) -> bool { in removeSections() local
124 if (IsDead(Sym)) in removeSections()
138 SymTable.removeSymbols(IsDead); in removeSections()
/openbsd/gnu/llvm/llvm/lib/Target/ARM/
H A DA15SDOptimizer.cpp210 bool IsDead = true; in eraseInstrWithNoUses() local
216 IsDead = false; in eraseInstrWithNoUses()
224 IsDead = false; in eraseInstrWithNoUses()
230 if (!IsDead) continue; in eraseInstrWithNoUses()
/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/
H A DRDFDeadCode.cpp150 auto IsDead = [this] (NodeAddr<InstrNode*> IA) -> bool { in collect() local
165 if (IsDead(IA)) { in collect()
H A DHexagonRDFOpt.cpp253 auto IsDead = [this] (NodeAddr<DefNode*> DA) -> bool { in rewrite() local
262 if (!llvm::all_of(Defs, IsDead)) in rewrite()
/openbsd/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRegStackify.cpp587 bool IsDead = MRI.use_empty(Reg); in rematerializeCheapDef() local
588 if (!IsDead) { in rematerializeCheapDef()
591 IsDead = !LI.liveAt(LIS.getInstructionIndex(Def).getDeadSlot()); in rematerializeCheapDef()
596 if (IsDead) { in rematerializeCheapDef()
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIOptimizeExecMaskingPreRA.cpp284 bool IsDead = SelLI->Query(SelIdx.getRegSlot()).isDeadDef(); in optimizeVcndVcmpPair() local
285 if (MRI->use_nodbg_empty(SelReg) && (IsKill || IsDead)) { in optimizeVcndVcmpPair()
H A DSIMachineFunctionInfo.h469 bool IsDead = false;
655 I->second.IsDead = true;
H A DSILowerControlFlow.cpp168 static void setImpSCCDefDead(MachineInstr &MI, bool IsDead) { in setImpSCCDefDead() argument
172 ImpDefSCC.setIsDead(IsDead); in setImpSCCDefDead()
H A DAMDGPUMachineCFGStructurizer.cpp1576 bool IsDead = true; in replaceLiveOutRegs() local
1582 IsDead = false; in replaceLiveOutRegs()
1585 << (IsDead ? "dead" : "alive") in replaceLiveOutRegs()
1587 if (IsDead) { in replaceLiveOutRegs()
H A DSIMachineFunctionInfo.cpp509 if (R.second.IsDead) in removeDeadFrameIndices()
H A DSIInstrInfo.cpp2375 bool IsDead = RegOp.isDead(); in swapRegAndNonRegOperand() local
2392 NonRegOp.ChangeToRegister(Reg, false, false, IsKill, IsDead, IsUndef, IsDebug); in swapRegAndNonRegOperand()
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DRDFLiveness.cpp428 bool IsDead = DefA.Addr->getFlags() & NodeAttrs::Dead; in getAllReachedUses() local
429 NodeId U = !IsDead ? DefA.Addr->getReachedUse() : 0; in getAllReachedUses()
509 bool IsDead = DA.Addr->getFlags() & NodeAttrs::Dead; in computePhiInfo() local
510 NodeId UN = !IsDead ? DA.Addr->getReachedUse() : 0; in computePhiInfo()
H A DReachingDefAnalysis.cpp652 auto IsDead = [this, &Dead](MachineInstr *Def, MCRegister PhysReg) { in collectKilledOperands() local
676 if (IsDead(Def, MO.getReg())) in collectKilledOperands()
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizationArtifactCombiner.h1352 bool IsDead = true; variable
1356 IsDead = false;
1367 if (IsDead)
/openbsd/gnu/llvm/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp2859 bool IsDead; member in __anon64c0a0e00111::TempRegRenderer
2864 bool IsDead = false) in TempRegRenderer() argument
2866 SubRegIdx(SubReg), IsDef(IsDef), IsDead(IsDead) {} in TempRegRenderer()
2886 if (IsDead) in emitRenderOpcodes()
/openbsd/gnu/llvm/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp4231 bool IsDead = isDeadStore(A, *SI, &AssumeOnlyInst); in manifest() local
4232 (void)IsDead; in manifest()
4233 assert(IsDead && "Store was assumed to be dead!"); in manifest()
4253 STATS_DECLTRACK_FLOATING_ATTR(IsDead) in trackStatistics()
4286 void trackStatistics() const override { STATS_DECLTRACK_ARG_ATTR(IsDead) } in trackStatistics()
4327 void trackStatistics() const override { STATS_DECLTRACK_CSARG_ATTR(IsDead) } in trackStatistics()
4366 STATS_DECLTRACK_CSRET_ATTR(IsDead) in trackStatistics()
4424 void trackStatistics() const override { STATS_DECLTRACK_FNRET_ATTR(IsDead) } in trackStatistics()
/openbsd/gnu/llvm/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp1169 bool IsDead = MI.getOperand(0).isDead(); in convertToThreeAddressWithLEA() local
1246 .addReg(Dest, RegState::Define | getDeadRegState(IsDead)) in convertToThreeAddressWithLEA()
1257 if (IsDead) in convertToThreeAddressWithLEA()