Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterpBlock.h137 bool IsDead) in Block() argument
138 : EvalID(EvalID), IsStatic(IsStatic), IsExtern(IsExtern), IsDead(true), in Block()
165 bool IsDead = false; variable
H A DInterpBlock.cpp57 if (Pointers == nullptr && IsDead) in cleanup()
H A DDisasm.cpp338 OS << " Dead: " << IsDead << "\n"; in dump()
H A DPointer.h257 return asBlockPointer().Pointee && !asBlockPointer().Pointee->IsDead; in isLive()
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/MachO/
H A DMachOObject.cpp118 auto IsDead = [&](const std::unique_ptr<SymbolEntry> &S) -> bool { in removeSections()
125 if (IsDead(Sym)) in removeSections()
139 SymTable.removeSymbols(IsDead); in removeSections()
117 auto IsDead = [&](const std::unique_ptr<SymbolEntry> &S) -> bool { removeSections() local
/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DRDFDeadCode.cpp151 auto IsDead = [this] (NodeAddr<InstrNode*> IA) -> bool { in collect() local
166 if (IsDead(IA)) { in collect()
H A DHexagonRDFOpt.cpp258 auto IsDead = [this] (NodeAddr<DefNode*> DA) -> bool { in rewrite() local
267 if (!llvm::all_of(Defs, IsDead)) in rewrite()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRegStackify.cpp595 bool IsDead = MRI.use_empty(Reg); in rematerializeCheapDef() local
596 if (!IsDead) { in rematerializeCheapDef()
599 IsDead = !LI.liveAt(LIS.getInstructionIndex(Def).getDeadSlot()); in rematerializeCheapDef()
603 if (IsDead) { in rematerializeCheapDef()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIOptimizeExecMaskingPreRA.cpp249 bool IsDead = SelLI->Query(SelIdx.getRegSlot()).isDeadDef(); in optimizeVcndVcmpPair() local
250 if (MRI->use_nodbg_empty(SelReg) && (IsKill || IsDead)) { in optimizeVcndVcmpPair()
H A DSIMachineFunctionInfo.h493 bool IsDead = false;
720 I->second.IsDead = true;
H A DSILowerControlFlow.cpp167 static void setImpSCCDefDead(MachineInstr &MI, bool IsDead) { in setImpSCCDefDead() argument
171 ImpDefSCC.setIsDead(IsDead); in setImpSCCDefDead()
H A DAMDGPUMachineCFGStructurizer.cpp1574 bool IsDead = true; in replaceLiveOutRegs() local
1580 IsDead = false; in replaceLiveOutRegs()
1583 << (IsDead ? "dead" : "alive") in replaceLiveOutRegs()
1585 if (IsDead) { in replaceLiveOutRegs()
H A DSIMachineFunctionInfo.cpp550 if (R.second.IsDead) in removeDeadFrameIndices()
H A DSIInstrInfo.cpp2745 bool IsDead = RegOp.isDead(); in swapRegAndNonRegOperand() local
2762 NonRegOp.ChangeToRegister(Reg, false, false, IsKill, IsDead, IsUndef, IsDebug); in swapRegAndNonRegOperand()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRDFLiveness.cpp425 bool IsDead = DefA.Addr->getFlags() & NodeAttrs::Dead; in getAllReachedUses() local
426 NodeId U = !IsDead ? DefA.Addr->getReachedUse() : 0; in getAllReachedUses()
507 bool IsDead = DA.Addr->getFlags() & NodeAttrs::Dead; in computePhiInfo() local
508 NodeId UN = !IsDead ? DA.Addr->getReachedUse() : 0; in computePhiInfo()
H A DReachingDefAnalysis.cpp651 auto IsDead = [this, &Dead](MachineInstr *Def, MCRegister PhysReg) { in collectKilledOperands() local
675 if (IsDead(Def, MO.getReg())) in collectKilledOperands()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizationArtifactCombiner.h1466 bool IsDead = true; variable
1470 IsDead = false;
1481 if (IsDead)
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DGlobalISelMatchTable.h2076 bool IsDead; variable
2081 bool IsDead = false)
2083 SubRegIdx(SubReg), IsDef(IsDef), IsDead(IsDead) {} in OperandRenderer()
H A DGlobalISelMatchTable.cpp2019 if (IsDead) in emitRenderOpcodes()
2205 const bool IsDead = DeadImplicitDefs.contains(Def); in emitActionOpcodes() local
2210 << (IsDead ? MatchTable::NamedValue(2, "RegState", "Dead") in emitActionOpcodes()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp4265 bool IsDead = isDeadStore(A, *SI, &AssumeOnlyInst); in manifest() local
4266 (void)IsDead; in manifest()
4267 assert(IsDead && "Store was assumed to be dead!"); in manifest()
4292 STATS_DECLTRACK_FLOATING_ATTR(IsDead) in trackStatistics()
4318 void trackStatistics() const override { STATS_DECLTRACK_ARG_ATTR(IsDead) } in trackStatistics()
4361 void trackStatistics() const override { STATS_DECLTRACK_CSARG_ATTR(IsDead) } in trackStatistics()
4400 STATS_DECLTRACK_CSRET_ATTR(IsDead) in trackStatistics()
4458 void trackStatistics() const override { STATS_DECLTRACK_FNRET_ATTR(IsDead) } in trackStatistics()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp1263 bool IsDead = MI.getOperand(0).isDead(); in convertToThreeAddressWithLEA() local
1339 .addReg(Dest, RegState::Define | getDeadRegState(IsDead)) in convertToThreeAddressWithLEA()
1350 if (IsDead) in convertToThreeAddressWithLEA()