Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterpBlock.h126 Block(const Descriptor * Desc,bool IsExtern,bool IsStatic,bool IsDead) Block() argument
150 bool IsDead = false; global() variable
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DRDFDeadCode.cpp151 auto IsDead = [this] (NodeAddr<InstrNode*> IA) -> bool { in collect() local
H A DHexagonRDFOpt.cpp255 auto IsDead = [this] (NodeAddr<DefNode*> DA) -> bool { rewrite() local
/freebsd-src/contrib/llvm-project/llvm/lib/ObjCopy/MachO/
H A DMachOObject.cpp118 auto IsDead = [&](const std::unique_ptr<SymbolEntry> &S) -> bool { in removeSections() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIOptimizeExecMaskingPreRA.cpp249 bool IsDead = SelLI->Query(SelIdx.getRegSlot()).isDeadDef(); in optimizeVcndVcmpPair() local
H A DSILowerControlFlow.cpp169 setImpSCCDefDead(MachineInstr & MI,bool IsDead) setImpSCCDefDead() argument
H A DAMDGPUMachineCFGStructurizer.cpp1576 bool IsDead = true; replaceLiveOutRegs() local
H A DSIInstrInfo.cpp2694 bool IsDead = RegOp.isDead(); swapRegAndNonRegOperand() local
/freebsd-src/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-src/contrib/llvm-project/llvm/lib/Target/ARM/
H A DA15SDOptimizer.cpp210 bool IsDead = true; in eraseInstrWithNoUses() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRegStackify.cpp592 bool IsDead = MRI.use_empty(Reg); rematerializeCheapDef() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizationArtifactCombiner.h1447 bool IsDead = true; global() variable
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelMatchTable.cpp
H A DGlobalISelMatchTable.h
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp1240 bool IsDead = MI.getOperand(0).isDead(); convertToThreeAddressWithLEA() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp4262 bool IsDead = isDeadStore(A, *SI, &AssumeOnlyInst); manifest() local