Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterpBlock.h137 bool IsDead) in Block()
165 bool IsDead = false; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DRDFDeadCode.cpp151 auto IsDead = [this] (NodeAddr<InstrNode*> IA) -> bool { in collect() local
H A DHexagonRDFOpt.cpp258 auto IsDead = [this] (NodeAddr<DefNode*> DA) -> bool { in rewrite() local
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/MachO/
H A DMachOObject.cpp117 auto IsDead = [&](const std::unique_ptr<SymbolEntry> &S) -> bool { removeSections() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIOptimizeExecMaskingPreRA.cpp249 bool IsDead = SelLI->Query(SelIdx.getRegSlot()).isDeadDef(); in optimizeVcndVcmpPair() local
H A DSILowerControlFlow.cpp167 static void setImpSCCDefDead(MachineInstr &MI, bool IsDead) { in setImpSCCDefDead()
H A DAMDGPUMachineCFGStructurizer.cpp1574 bool IsDead = true; in replaceLiveOutRegs() local
H A DSIInstrInfo.cpp2745 bool IsDead = RegOp.isDead(); in swapRegAndNonRegOperand() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRDFLiveness.cpp425 bool IsDead = DefA.Addr->getFlags() & NodeAttrs::Dead; in getAllReachedUses() local
507 bool IsDead = DA.Addr->getFlags() & NodeAttrs::Dead; in computePhiInfo() local
H A DReachingDefAnalysis.cpp651 auto IsDead = [this, &Dead](MachineInstr *Def, MCRegister PhysReg) { in collectKilledOperands() local
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DA15SDOptimizer.cpp210 bool IsDead = true; in eraseInstrWithNoUses() local
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRegStackify.cpp595 bool IsDead = MRI.use_empty(Reg); in rematerializeCheapDef() local
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizationArtifactCombiner.h1466 bool IsDead = true; variable
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DGlobalISelMatchTable.cpp2205 const bool IsDead = DeadImplicitDefs.contains(Def); in emitActionOpcodes() local
H A DGlobalISelMatchTable.h2076 bool IsDead; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp1263 bool IsDead = MI.getOperand(0).isDead(); in convertToThreeAddressWithLEA() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp4265 bool IsDead = isDeadStore(A, *SI, &AssumeOnlyInst); in manifest() local