| /llvm-project-15.0.7/clang/lib/AST/Interp/ |
| H A D | InterpBlock.h | 81 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 D | InterpBlock.cpp | 43 if (Pointers == nullptr && IsDead) in cleanup()
|
| H A D | Pointer.h | 139 bool isLive() const { return Pointee && !Pointee->IsDead; } in isLive()
|
| /llvm-project-15.0.7/llvm/lib/ObjCopy/MachO/ |
| H A D | MachOObject.cpp | 105 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 D | A15SDOptimizer.cpp | 210 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 D | RDFDeadCode.cpp | 150 auto IsDead = [this] (NodeAddr<InstrNode*> IA) -> bool { in collect() local 165 if (IsDead(IA)) { in collect()
|
| H A D | HexagonRDFOpt.cpp | 253 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 D | WebAssemblyRegStackify.cpp | 583 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 D | SIOptimizeExecMaskingPreRA.cpp | 284 bool IsDead = SelLI->Query(SelIdx.getRegSlot()).isDeadDef(); in optimizeVcndVcmpPair() local 285 if (MRI->use_nodbg_empty(SelReg) && (IsKill || IsDead)) { in optimizeVcndVcmpPair()
|
| H A D | SIMachineFunctionInfo.h | 472 bool IsDead = false; 582 I->second.IsDead = true;
|
| H A D | SILowerControlFlow.cpp | 168 static void setImpSCCDefDead(MachineInstr &MI, bool IsDead) { in setImpSCCDefDead() argument 172 ImpDefSCC.setIsDead(IsDead); in setImpSCCDefDead()
|
| H A D | AMDGPUMachineCFGStructurizer.cpp | 1576 bool IsDead = true; in replaceLiveOutRegs() local 1582 IsDead = false; in replaceLiveOutRegs() 1585 << (IsDead ? "dead" : "alive") in replaceLiveOutRegs() 1587 if (IsDead) { in replaceLiveOutRegs()
|
| H A D | SIMachineFunctionInfo.cpp | 466 if (R.second.IsDead) in removeDeadFrameIndices()
|
| H A D | SIInstrInfo.cpp | 2260 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 D | RDFLiveness.cpp | 428 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 D | ReachingDefAnalysis.cpp | 652 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 D | IslNodeBuilder.cpp | 1076 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 D | LegalizationArtifactCombiner.h | 1216 bool IsDead = true; variable 1220 IsDead = false; 1231 if (IsDead)
|
| /llvm-project-15.0.7/llvm/utils/TableGen/ |
| H A D | GlobalISelEmitter.cpp | 2852 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 D | AttributorAttributes.cpp | 3569 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 D | X86InstrInfo.cpp | 1169 bool IsDead = MI.getOperand(0).isDead(); in convertToThreeAddressWithLEA() local 1246 .addReg(Dest, RegState::Define | getDeadRegState(IsDead)) in convertToThreeAddressWithLEA() 1255 if (IsDead) in convertToThreeAddressWithLEA()
|