Home
last modified time | relevance | path

Searched defs:IsDead (Results 1 – 14 of 14) 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()
103 bool IsDead = false; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DRDFDeadCode.cpp150 auto IsDead = [this] (NodeAddr<InstrNode*> IA) -> bool { in collect() local
H A DHexagonRDFOpt.cpp253 auto IsDead = [this] (NodeAddr<DefNode*> DA) -> bool { in rewrite() local
/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
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DRDFLiveness.cpp430 bool IsDead = DefA.Addr->getFlags() & NodeAttrs::Dead; in getAllReachedUses() local
511 bool IsDead = DA.Addr->getFlags() & NodeAttrs::Dead; in computePhiInfo() local
H A DReachingDefAnalysis.cpp647 auto IsDead = [this, &Dead](MachineInstr *Def, MCRegister PhysReg) { in collectKilledOperands() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DA15SDOptimizer.cpp211 bool IsDead = true; in eraseInstrWithNoUses() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSILowerControlFlow.cpp158 static void setImpSCCDefDead(MachineInstr &MI, bool IsDead) { in setImpSCCDefDead()
H A DAMDGPUMachineCFGStructurizer.cpp1588 bool IsDead = true; in replaceLiveOutRegs() local
H A DSIInstrInfo.cpp2046 bool IsDead = RegOp.isDead(); in swapRegAndNonRegOperand() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizationArtifactCombiner.h942 bool IsDead = true; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRegStackify.cpp580 bool IsDead = MRI.use_empty(Reg); in rematerializeCheapDef() local
/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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp1278 bool IsDead = MI.getOperand(0).isDead(); in convertToThreeAddressWithLEA() local