Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/Interp/
H A DInterpBlock.h81 Block(Descriptor *Desc, bool IsExtern, bool IsStatic, bool IsDead) in Block() argument
82 : IsStatic(IsStatic), IsExtern(IsExtern), IsDead(true), Desc(Desc) {} in Block()
101 bool IsDead = false; variable
H A DInterpBlock.cpp43 if (Pointers == nullptr && IsDead) in cleanup()
H A DPointer.h139 bool isLive() const { return Pointee && !Pointee->IsDead; } in isLive()
/llvm-project-15.0.7/llvm/lib/ObjCopy/MachO/
H A DMachOObject.cpp105 auto IsDead = [&](const std::unique_ptr<SymbolEntry> &S) -> bool { in removeSections() local
112 if (IsDead(Sym)) in removeSections()
126 SymTable.removeSymbols(IsDead); in removeSections()
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRegStackify.cpp583 bool IsDead = MRI.use_empty(Reg); in rematerializeCheapDef() local
584 if (!IsDead) { in rematerializeCheapDef()
587 IsDead = !LI.liveAt(LIS.getInstructionIndex(Def).getDeadSlot()); in rematerializeCheapDef()
592 if (IsDead) { in rematerializeCheapDef()
/llvm-project-15.0.7/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.h472 bool IsDead = false;
582 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.cpp466 if (R.second.IsDead) in removeDeadFrameIndices()
H A DSIInstrInfo.cpp2260 bool IsDead = RegOp.isDead(); in swapRegAndNonRegOperand() local
2277 NonRegOp.ChangeToRegister(Reg, false, false, IsKill, IsDead, IsUndef, IsDebug); in swapRegAndNonRegOperand()
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/polly/lib/CodeGen/
H A DIslNodeBuilder.cpp1076 bool IsDead = true; in materializeValue() local
1087 IsDead = false; in materializeValue()
1090 IsDead = isl_set_is_empty(Domain); in materializeValue()
1094 if (IsDead) { in materializeValue()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizationArtifactCombiner.h1216 bool IsDead = true; variable
1220 IsDead = false;
1231 if (IsDead)
/llvm-project-15.0.7/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp2852 bool IsDead; member in __anoncee47b830111::TempRegRenderer
2857 bool IsDead = false) in TempRegRenderer() argument
2859 SubRegIdx(SubReg), IsDef(IsDef), IsDead(IsDead) {} in TempRegRenderer()
2879 if (IsDead) in emitRenderOpcodes()
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp3569 STATS_DECLTRACK_FLOATING_ATTR(IsDead) in trackStatistics()
3598 void trackStatistics() const override { STATS_DECLTRACK_ARG_ATTR(IsDead) } in trackStatistics()
3639 void trackStatistics() const override { STATS_DECLTRACK_CSARG_ATTR(IsDead) } in trackStatistics()
3678 STATS_DECLTRACK_CSRET_ATTR(IsDead) in trackStatistics()
3736 void trackStatistics() const override { STATS_DECLTRACK_FNRET_ATTR(IsDead) } in trackStatistics()
/llvm-project-15.0.7/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()
1255 if (IsDead) in convertToThreeAddressWithLEA()