/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | InterpBlock.h | 137 bool IsDead) in Block() argument 138 : EvalID(EvalID), IsStatic(IsStatic), IsExtern(IsExtern), IsDead(true), in Block() 165 bool IsDead = false; variable
|
H A D | InterpBlock.cpp | 57 if (Pointers == nullptr && IsDead) in cleanup()
|
H A D | Disasm.cpp | 338 OS << " Dead: " << IsDead << "\n"; in dump()
|
H A D | Pointer.h | 257 return asBlockPointer().Pointee && !asBlockPointer().Pointee->IsDead; in isLive()
|
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/MachO/ |
H A D | MachOObject.cpp | 118 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 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/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 | 258 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 D | WebAssemblyRegStackify.cpp | 595 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 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 | 493 bool IsDead = false; 720 I->second.IsDead = true;
|
H A D | SILowerControlFlow.cpp | 167 static void setImpSCCDefDead(MachineInstr &MI, bool IsDead) { in setImpSCCDefDead() argument 171 ImpDefSCC.setIsDead(IsDead); in setImpSCCDefDead()
|
H A D | AMDGPUMachineCFGStructurizer.cpp | 1574 bool IsDead = true; in replaceLiveOutRegs() local 1580 IsDead = false; in replaceLiveOutRegs() 1583 << (IsDead ? "dead" : "alive") in replaceLiveOutRegs() 1585 if (IsDead) { in replaceLiveOutRegs()
|
H A D | SIMachineFunctionInfo.cpp | 550 if (R.second.IsDead) in removeDeadFrameIndices()
|
H A D | SIInstrInfo.cpp | 2745 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 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/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | LegalizationArtifactCombiner.h | 1466 bool IsDead = true; variable 1470 IsDead = false; 1481 if (IsDead)
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/ |
H A D | GlobalISelMatchTable.h | 2076 bool IsDead; variable 2081 bool IsDead = false) 2083 SubRegIdx(SubReg), IsDef(IsDef), IsDead(IsDead) {} in OperandRenderer()
|
H A D | GlobalISelMatchTable.cpp | 2019 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 D | AttributorAttributes.cpp | 4265 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 D | X86InstrInfo.cpp | 1263 bool IsDead = MI.getOperand(0).isDead(); in convertToThreeAddressWithLEA() local 1339 .addReg(Dest, RegState::Define | getDeadRegState(IsDead)) in convertToThreeAddressWithLEA() 1350 if (IsDead) in convertToThreeAddressWithLEA()
|