Searched refs:IsDead (Results 1 - 13 of 13) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/Interp/
H A DBlock.h83 Block(Descriptor *Desc, bool IsExtern, bool IsStatic, bool IsDead) argument
84 : IsStatic(IsStatic), IsExtern(IsExtern), IsDead(true), Desc(Desc) {}
103 bool IsDead = false; member in class:clang::interp::Block
H A DBlock.cpp43 if (Pointers == nullptr && IsDead)
H A DPointer.h142 bool isLive() const { return Pointee && !Pointee->IsDead; }
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DRDFDeadCode.cpp150 auto IsDead = [this] (NodeAddr<InstrNode*> IA) -> bool { local
165 if (IsDead(IA)) {
H A DHexagonRDFOpt.cpp253 auto IsDead = [this] (NodeAddr<DefNode*> DA) -> bool { local
262 if (!llvm::all_of(Defs, IsDead))
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DA15SDOptimizer.cpp211 bool IsDead = true; local
217 IsDead = false;
225 IsDead = false;
231 if (!IsDead) continue;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRegStackify.cpp550 bool IsDead = MRI.use_empty(Reg); local
551 if (!IsDead) {
554 IsDead = !LI.liveAt(LIS.getInstructionIndex(Def).getDeadSlot());
559 if (IsDead) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSILowerControlFlow.cpp138 static void setImpSCCDefDead(MachineInstr &MI, bool IsDead) { argument
142 ImpDefSCC.setIsDead(IsDead);
H A DAMDGPUMachineCFGStructurizer.cpp1610 bool IsDead = true;
1616 IsDead = false;
1621 << (IsDead ? "dead" : "alive")
1623 if (IsDead) {
H A DSIInstrInfo.cpp1657 bool IsDead = RegOp.isDead(); local
1668 NonRegOp.ChangeToRegister(Reg, false, false, IsKill, IsDead, IsUndef, IsDebug);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DRDFLiveness.cpp390 bool IsDead = DefA.Addr->getFlags() & NodeAttrs::Dead;
391 NodeId U = !IsDead ? DefA.Addr->getReachedUse() : 0;
471 bool IsDead = DA.Addr->getFlags() & NodeAttrs::Dead; local
472 NodeId UN = !IsDead ? DA.Addr->getReachedUse() : 0;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributor.cpp2663 STATS_DECLTRACK_FLOATING_ATTR(IsDead)
2690 void trackStatistics() const override { STATS_DECLTRACK_ARG_ATTR(IsDead) }
2730 void trackStatistics() const override { STATS_DECLTRACK_CSARG_ATTR(IsDead) }
2770 void trackStatistics() const override { STATS_DECLTRACK_FNRET_ATTR(IsDead) }
2780 void trackStatistics() const override { STATS_DECLTRACK_CSRET_ATTR(IsDead) }
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp793 bool IsDead = MI.getOperand(0).isDead(); local
865 .addReg(Dest, RegState::Define | getDeadRegState(IsDead))
874 if (IsDead)

Completed in 156 milliseconds