Searched refs:isDead (Results 1 - 25 of 56) sorted by relevance

123

/external/llvm/lib/CodeGen/
H A DDeadMachineInstructionElim.cpp46 bool isDead(const MachineInstr *MI) const;
55 bool DeadMachineInstructionElim::isDead(const MachineInstr *MI) const { function in class:DeadMachineInstructionElim
127 if (isDead(MI)) {
H A DMachineInstrBundle.cpp163 if (MO.isDead()) {
169 if (!MO.isDead())
174 if (!MO.isDead()) {
191 bool isDead = DeadDefSet.count(Reg) || KilledDefSet.count(Reg); local
192 MIB.addReg(Reg, getDefRegState(true) | getDeadRegState(isDead) |
320 if (!MO.isDead())
H A DLivePhysRegs.cpp75 if (!O->isDead())
H A DMachineCSE.cpp257 if (!MO.isDead() && !isPhysDefTriviallyDead(Reg, I, MBB->end()))
545 if (MO.isImplicit() && !MO.isDead() && CSMI->getOperand(i).isDead())
550 if (MO.isImplicit() && !MO.isDead() && OldReg == NewReg)
H A DPHIElimination.cpp236 bool isDead = MPhi->getOperand(0).isDead(); local
304 if (isDead) {
332 if (DestLI.endIndex().isDead()) {
H A DMachineInstr.cpp148 bool isKill, bool isDead, bool isUndef,
168 IsDead = isDead;
285 if (isDef() || isKill() || isDead() || isImplicit() || isUndef() ||
311 if (isDead()) {
872 if (Check == CheckKillDead && MO.isDead() != OMO.isDead())
1171 /// the specified register or -1 if it is not found. If isDead is true, defs
1175 MachineInstr::findRegisterDefOperandIdx(unsigned Reg, bool isDead, bool Overlap, argument
1195 if (Found && (!isDead || MO.isDead()))
147 ChangeToRegister(unsigned Reg, bool isDef, bool isImp, bool isKill, bool isDead, bool isUndef, bool isDebug) argument
[all...]
H A DTailDuplication.cpp103 void UpdateSuccessorsPHIs(MachineBasicBlock *FromBB, bool isDead,
232 bool isDead = MBB->pred_empty() && !MBB->hasAddressTaken(); local
234 UpdateSuccessorsPHIs(MBB, isDead, TDBBs, Succs);
237 if (isDead) {
463 TailDuplicatePass::UpdateSuccessorsPHIs(MachineBasicBlock *FromBB, bool isDead, argument
486 if (isDead) {
H A DRegAllocFast.cpp649 } else if (MO.isDead()) {
660 } else if (MO.isDead()) {
676 bool Dead = MO.isDead();
947 definePhysReg(MI, Reg, (MO.isImplicit() || MO.isDead()) ?
1033 definePhysReg(MI, Reg, MO.isDead() ? regFree : regReserved);
H A DLiveInterval.cpp63 assert(!Def.isDead() && "Cannot define a value at the dead slot");
535 bool isDead = true;
538 isDead = false;
541 if (isDead) {
H A DLiveIntervalAnalysis.cpp1138 if (I->end.isDead()) {
1150 if (!I->end.isDead()) {
1291 if (LII->end.isDead()) {
H A DMachineLICM.cpp469 if (!MO.isDead())
982 } else if (!MO.isDead()) {
1428 if (MO.isReg() && MO.isDef() && !MO.isDead())
H A DMachineVerifier.cpp1098 if (MO->isDead())
1127 if (MO->isDead()) {
1533 if (S.end.isDead()) {
1572 if (!S.end.isDead()) {
H A DRegisterScavenging.cpp142 if (!isPred && MO.isDead())
H A DVirtRegMap.cpp384 if (MO.isDead())
/external/llvm/include/llvm/CodeGen/
H A DMachineOperand.h289 bool isDead() const { function in class:llvm::MachineOperand
537 /// operand. Note: This method ignores isKill and isDead properties.
561 bool isKill = false, bool isDead = false,
587 bool isKill = false, bool isDead = false,
593 assert(!(isDead && !isDef) && "Dead flag on non-def");
599 Op.IsDead = isDead;
H A DMachineInstr.h902 /// the specified register or -1 if it is not found. If isDead is true, defs
908 bool isDead = false, bool Overlap = false,
913 MachineOperand *findRegisterDefOperand(unsigned Reg, bool isDead = false,
915 int Idx = findRegisterDefOperandIdx(Reg, isDead, false, TRI);
/external/llvm/lib/Target/AArch64/
H A DAArch64DeadRegisterDefinitionsPass.cpp81 if (MO.isReg() && MO.isDead() && MO.isDef()) {
H A DAArch64ExpandPseudoInsts.cpp107 const bool DstIsDead = MI.getOperand(0).isDead();
172 const bool DstIsDead = MI.getOperand(0).isDead();
355 const bool DstIsDead = MI.getOperand(0).isDead();
524 bool DstIsDead = MI.getOperand(0).isDead();
H A DAArch64ConditionOptimizer.cpp158 if (I->getOperand(0).isDead())
/external/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.h396 bool isDead = false) {
397 return MIB.addReg(ARM::CPSR, getDefRegState(true) | getDeadRegState(isDead));
H A DThumb2SizeReduction.cpp702 if (HasCC && MI->getOperand(NumOps-1).isDead())
798 if (HasCC && MI->getOperand(NumOps-1).isDead())
866 if (!MO.isDead())
976 if (MO && !MO->isDead())
H A DARMExpandPseudoInsts.cpp393 bool DstIsDead = MI.getOperand(OpIdx).isDead();
527 DstIsDead = MI.getOperand(OpIdx).isDead();
659 bool DstIsDead = MI.getOperand(0).isDead();
954 bool DstIsDead = MI.getOperand(0).isDead();
976 bool DstIsDead = MI.getOperand(0).isDead();
1029 bool DstIsDead = MI.getOperand(0).isDead();
1091 bool DstIsDead = MI.getOperand(OpIdx).isDead();
/external/clang/lib/StaticAnalyzer/Checkers/
H A DSimpleStreamChecker.cpp192 bool IsSymDead = SymReaper.isDead(Sym);
/external/llvm/lib/Target/Hexagon/
H A DHexagonPeephole.cpp233 false /*isDead*/,
322 Src.isKill(), Src.isDead(), Src.isUndef(),
H A DHexagonHardwareLoops.cpp164 bool isDead(const MachineInstr *MI,
884 /// copied from DeadMachineInstructionElim::isDead, but with special cases
887 bool HexagonHardwareLoops::isDead(const MachineInstr *MI, function in class:HexagonHardwareLoops
939 if (isDead(MI, DeadPhis)) {

Completed in 1289 milliseconds

123