Searched defs:IsDead (Results 1 - 11 of 11) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DRDFDeadCode.cpp150 auto IsDead = [this] (NodeAddr<InstrNode*> IA) -> bool { local
H A DHexagonRDFOpt.cpp253 auto IsDead = [this] (NodeAddr<DefNode*> DA) -> bool { local
/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DInterpBlock.h83 Block(Descriptor *Desc, bool IsExtern, bool IsStatic, bool IsDead) argument
103 bool IsDead = false; member in class:clang::interp::Block
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/MachO/
H A DObject.cpp83 auto IsDead = [&](const std::unique_ptr<SymbolEntry> &S) -> bool { local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DA15SDOptimizer.cpp211 bool IsDead = true; local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DRDFLiveness.cpp511 bool IsDead = DA.Addr->getFlags() & NodeAttrs::Dead; local
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizationArtifactCombiner.h942 bool IsDead = true; local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSILowerControlFlow.cpp158 static void setImpSCCDefDead(MachineInstr &MI, bool IsDead) { argument
H A DSIInstrInfo.cpp2046 bool IsDead = RegOp.isDead(); local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRegStackify.cpp580 bool IsDead = MRI.use_empty(Reg); local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp1278 bool IsDead = MI.getOperand(0).isDead(); local

Completed in 392 milliseconds