Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DInterpBlock.h83 Block(Descriptor *Desc, bool IsExtern, bool IsStatic, bool IsDead) in Block() argument
84 : IsStatic(IsStatic), IsExtern(IsExtern), IsDead(true), Desc(Desc) {} in Block()
103 bool IsDead = false; variable
H A DInterpBlock.cpp43 if (Pointers == nullptr && IsDead) in cleanup()
H A DPointer.h142 bool isLive() const { return Pointee && !Pointee->IsDead; } in isLive()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/MachO/
H A DObject.cpp83 auto IsDead = [&](const std::unique_ptr<SymbolEntry> &S) -> bool { in removeSections() local
90 if (IsDead(Sym)) in removeSections()
104 SymTable.removeSymbols(IsDead); in removeSections()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DA15SDOptimizer.cpp211 bool IsDead = true; in eraseInstrWithNoUses() local
217 IsDead = false; in eraseInstrWithNoUses()
225 IsDead = false; in eraseInstrWithNoUses()
231 if (!IsDead) continue; in eraseInstrWithNoUses()
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRegStackify.cpp580 bool IsDead = MRI.use_empty(Reg); in rematerializeCheapDef() local
581 if (!IsDead) { in rematerializeCheapDef()
584 IsDead = !LI.liveAt(LIS.getInstructionIndex(Def).getDeadSlot()); in rematerializeCheapDef()
589 if (IsDead) { in rematerializeCheapDef()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DRDFLiveness.cpp430 bool IsDead = DefA.Addr->getFlags() & NodeAttrs::Dead; in getAllReachedUses() local
431 NodeId U = !IsDead ? DefA.Addr->getReachedUse() : 0; in getAllReachedUses()
511 bool IsDead = DA.Addr->getFlags() & NodeAttrs::Dead; in computePhiInfo() local
512 NodeId UN = !IsDead ? DA.Addr->getReachedUse() : 0; in computePhiInfo()
H A DReachingDefAnalysis.cpp647 auto IsDead = [this, &Dead](MachineInstr *Def, MCRegister PhysReg) { in collectKilledOperands() local
671 if (IsDead(Def, MO.getReg())) in collectKilledOperands()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizationArtifactCombiner.h942 bool IsDead = true; variable
946 IsDead = false;
957 if (IsDead)
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSILowerControlFlow.cpp158 static void setImpSCCDefDead(MachineInstr &MI, bool IsDead) { in setImpSCCDefDead() argument
162 ImpDefSCC.setIsDead(IsDead); in setImpSCCDefDead()
H A DAMDGPUMachineCFGStructurizer.cpp1588 bool IsDead = true; in replaceLiveOutRegs() local
1594 IsDead = false; in replaceLiveOutRegs()
1599 << (IsDead ? "dead" : "alive") in replaceLiveOutRegs()
1601 if (IsDead) { in replaceLiveOutRegs()
H A DSIInstrInfo.cpp2046 bool IsDead = RegOp.isDead(); in swapRegAndNonRegOperand() local
2063 NonRegOp.ChangeToRegister(Reg, false, false, IsKill, IsDead, IsUndef, IsDebug); in swapRegAndNonRegOperand()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp2812 bool IsDead; member in __anon332dbd1e0111::TempRegRenderer
2817 bool IsDead = false) in TempRegRenderer() argument
2819 SubRegIdx(SubReg), IsDef(IsDef), IsDead(IsDead) {} in TempRegRenderer()
2839 if (IsDead) in emitRenderOpcodes()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp2922 STATS_DECLTRACK_FLOATING_ATTR(IsDead) in trackStatistics()
2952 void trackStatistics() const override { STATS_DECLTRACK_ARG_ATTR(IsDead) } in trackStatistics()
2992 void trackStatistics() const override { STATS_DECLTRACK_CSARG_ATTR(IsDead) } in trackStatistics()
3031 STATS_DECLTRACK_CSRET_ATTR(IsDead) in trackStatistics()
3087 void trackStatistics() const override { STATS_DECLTRACK_FNRET_ATTR(IsDead) } in trackStatistics()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp1278 bool IsDead = MI.getOperand(0).isDead(); in convertToThreeAddressWithLEA() local
1350 .addReg(Dest, RegState::Define | getDeadRegState(IsDead)) in convertToThreeAddressWithLEA()
1359 if (IsDead) in convertToThreeAddressWithLEA()