/llvm-project/clang/lib/AST/Interp/ |
H A D | InterpBlock.h |
|
/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | RDFDeadCode.cpp | 151 auto IsDead = [this] (NodeAddr<InstrNode*> IA) -> bool { in collect() local
|
H A D | HexagonRDFOpt.cpp | 258 auto IsDead = [this] (NodeAddr<DefNode*> DA) -> bool { in rewrite() local
|
/llvm-project/llvm/lib/ObjCopy/MachO/ |
H A D | MachOObject.cpp | 118 auto IsDead = [&](const std::unique_ptr<SymbolEntry> &S) -> bool { removeSections() local
|
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIOptimizeExecMaskingPreRA.cpp | 249 bool IsDead = SelLI->Query(SelIdx.getRegSlot()).isDeadDef(); in optimizeVcndVcmpPair() local
|
H A D | SILowerControlFlow.cpp | 167 setImpSCCDefDead(MachineInstr & MI,bool IsDead) setImpSCCDefDead() argument
|
H A D | AMDGPUMachineCFGStructurizer.cpp |
|
H A D | SIInstrInfo.cpp | 2746 bool IsDead = RegOp.isDead(); swapRegAndNonRegOperand() local
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | RDFLiveness.cpp | 425 bool IsDead = DefA.Addr->getFlags() & NodeAttrs::Dead; in getAllReachedUses() local 507 bool IsDead = DA.Addr->getFlags() & NodeAttrs::Dead; in computePhiInfo() local
|
H A D | ReachingDefAnalysis.cpp | 651 auto IsDead = [this, &Dead](MachineInstr *Def, MCRegister PhysReg) { collectKilledOperands() local
|
/llvm-project/llvm/lib/Target/ARM/ |
H A D | A15SDOptimizer.cpp | 210 bool IsDead = true; eraseInstrWithNoUses() local
|
/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyRegStackify.cpp | 595 bool IsDead = MRI.use_empty(Reg); rematerializeCheapDef() local
|
/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | LegalizationArtifactCombiner.h | 1466 bool IsDead = true; global() variable
|
/llvm-project/polly/lib/CodeGen/ |
H A D | IslNodeBuilder.cpp | 945 bool IsDead = true; materializeValue() local
|
/llvm-project/llvm/utils/TableGen/Common/GlobalISel/ |
H A D | GlobalISelMatchTable.cpp | 2205 const bool IsDead = DeadImplicitDefs.contains(Def); emitActionOpcodes() local
|
H A D | GlobalISelMatchTable.h | 2076 bool IsDead; global() variable
|
/llvm-project/llvm/lib/Target/X86/ |
H A D | X86InstrInfo.cpp | 1263 bool IsDead = MI.getOperand(0).isDead(); convertToThreeAddressWithLEA() local
|
/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | AttributorAttributes.cpp | 4265 bool IsDead = isDeadStore(A, *SI, &AssumeOnlyInst); manifest() local
|