| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/ |
| H A D | InterpBlock.h | 83 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 D | InterpBlock.cpp | 43 if (Pointers == nullptr && IsDead) in cleanup()
|
| H A D | Pointer.h | 142 bool isLive() const { return Pointee && !Pointee->IsDead; } in isLive()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/MachO/ |
| H A D | Object.cpp | 83 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 D | A15SDOptimizer.cpp | 211 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 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()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyRegStackify.cpp | 580 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 D | RDFLiveness.cpp | 430 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 D | ReachingDefAnalysis.cpp | 647 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 D | LegalizationArtifactCombiner.h | 942 bool IsDead = true; variable 946 IsDead = false; 957 if (IsDead)
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
| H A D | SILowerControlFlow.cpp | 158 static void setImpSCCDefDead(MachineInstr &MI, bool IsDead) { in setImpSCCDefDead() argument 162 ImpDefSCC.setIsDead(IsDead); in setImpSCCDefDead()
|
| H A D | AMDGPUMachineCFGStructurizer.cpp | 1588 bool IsDead = true; in replaceLiveOutRegs() local 1594 IsDead = false; in replaceLiveOutRegs() 1599 << (IsDead ? "dead" : "alive") in replaceLiveOutRegs() 1601 if (IsDead) { in replaceLiveOutRegs()
|
| H A D | SIInstrInfo.cpp | 2046 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 D | GlobalISelEmitter.cpp | 2812 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 D | AttributorAttributes.cpp | 2922 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 D | X86InstrInfo.cpp | 1278 bool IsDead = MI.getOperand(0).isDead(); in convertToThreeAddressWithLEA() local 1350 .addReg(Dest, RegState::Define | getDeadRegState(IsDead)) in convertToThreeAddressWithLEA() 1359 if (IsDead) in convertToThreeAddressWithLEA()
|