| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/ |
| H A D | InterpBlock.h | 126 Block(const Descriptor *Desc, bool IsExtern, bool IsStatic, bool IsDead) in Block() argument 127 : IsStatic(IsStatic), IsExtern(IsExtern), IsDead(true), Desc(Desc) {} in Block() 150 bool IsDead = false; variable
|
| H A D | InterpBlock.cpp | 57 if (Pointers == nullptr && IsDead) in cleanup()
|
| H A D | Pointer.h | 197 bool isLive() const { return Pointee && !Pointee->IsDead; } in isLive()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ObjCopy/MachO/ |
| H A D | MachOObject.cpp | 118 auto IsDead = [&](const std::unique_ptr<SymbolEntry> &S) -> bool { in removeSections() local 125 if (IsDead(Sym)) in removeSections() 139 SymTable.removeSymbols(IsDead); in removeSections()
|
| /freebsd-14.2/contrib/llvm-project/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()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | RDFDeadCode.cpp | 151 auto IsDead = [this] (NodeAddr<InstrNode*> IA) -> bool { in collect() local 166 if (IsDead(IA)) { in collect()
|
| H A D | HexagonRDFOpt.cpp | 255 auto IsDead = [this] (NodeAddr<DefNode*> DA) -> bool { in rewrite() local 264 if (!llvm::all_of(Defs, IsDead)) in rewrite()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyRegStackify.cpp | 592 bool IsDead = MRI.use_empty(Reg); in rematerializeCheapDef() local 593 if (!IsDead) { in rematerializeCheapDef() 596 IsDead = !LI.liveAt(LIS.getInstructionIndex(Def).getDeadSlot()); in rematerializeCheapDef() 600 if (IsDead) { in rematerializeCheapDef()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIOptimizeExecMaskingPreRA.cpp | 249 bool IsDead = SelLI->Query(SelIdx.getRegSlot()).isDeadDef(); in optimizeVcndVcmpPair() local 250 if (MRI->use_nodbg_empty(SelReg) && (IsKill || IsDead)) { in optimizeVcndVcmpPair()
|
| H A D | SIMachineFunctionInfo.h | 490 bool IsDead = false; 704 I->second.IsDead = true;
|
| H A D | SILowerControlFlow.cpp | 169 static void setImpSCCDefDead(MachineInstr &MI, bool IsDead) { in setImpSCCDefDead() argument 173 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 | 544 if (R.second.IsDead) in removeDeadFrameIndices()
|
| H A D | SIInstrInfo.cpp | 2694 bool IsDead = RegOp.isDead(); in swapRegAndNonRegOperand() local 2711 NonRegOp.ChangeToRegister(Reg, false, false, IsKill, IsDead, IsUndef, IsDebug); in swapRegAndNonRegOperand()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | RDFLiveness.cpp | 425 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 D | ReachingDefAnalysis.cpp | 651 auto IsDead = [this, &Dead](MachineInstr *Def, MCRegister PhysReg) { in collectKilledOperands() local 675 if (IsDead(Def, MO.getReg())) in collectKilledOperands()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
| H A D | LegalizationArtifactCombiner.h | 1447 bool IsDead = true; variable 1451 IsDead = false; 1462 if (IsDead)
|
| /freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | GlobalISelMatchTable.h | 2040 bool IsDead; variable 2045 bool IsDead = false) 2047 SubRegIdx(SubReg), IsDef(IsDef), IsDead(IsDead) {} in OperandRenderer()
|
| H A D | GlobalISelMatchTable.cpp | 1969 if (IsDead) in emitRenderOpcodes() 2153 const bool IsDead = DeadImplicitDefs.contains(Def); in emitActionOpcodes() local 2158 << (IsDead ? MatchTable::NamedValue(2, "RegState", "Dead") in emitActionOpcodes()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | AttributorAttributes.cpp | 4262 bool IsDead = isDeadStore(A, *SI, &AssumeOnlyInst); in manifest() local 4263 (void)IsDead; in manifest() 4264 assert(IsDead && "Store was assumed to be dead!"); in manifest() 4289 STATS_DECLTRACK_FLOATING_ATTR(IsDead) in trackStatistics() 4315 void trackStatistics() const override { STATS_DECLTRACK_ARG_ATTR(IsDead) } in trackStatistics() 4358 void trackStatistics() const override { STATS_DECLTRACK_CSARG_ATTR(IsDead) } in trackStatistics() 4397 STATS_DECLTRACK_CSRET_ATTR(IsDead) in trackStatistics() 4455 void trackStatistics() const override { STATS_DECLTRACK_FNRET_ATTR(IsDead) } in trackStatistics()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86InstrInfo.cpp | 1240 bool IsDead = MI.getOperand(0).isDead(); in convertToThreeAddressWithLEA() local 1316 .addReg(Dest, RegState::Define | getDeadRegState(IsDead)) in convertToThreeAddressWithLEA() 1327 if (IsDead) in convertToThreeAddressWithLEA()
|