Searched defs:isDead (Results 1 – 14 of 14) sorted by relevance
55 bool DeadMachineInstructionElim::isDead(const MachineInstr *MI) const { in isDead() function in DeadMachineInstructionElim
202 bool isDead = DeadDefSet.count(Reg) || KilledDefSet.count(Reg); in finalizeBundle() local
232 bool isDead = MBB->pred_empty() && !MBB->hasAddressTaken(); in TailDuplicateAndUpdate() local464 TailDuplicatePass::UpdateSuccessorsPHIs(MachineBasicBlock *FromBB, bool isDead, in UpdateSuccessorsPHIs()
236 bool isDead = MPhi->getOperand(0).isDead(); in LowerPHINode() local
177 bool isKill, bool isDead, bool isUndef, in ChangeToRegister()1232 MachineInstr::findRegisterDefOperandIdx(unsigned Reg, bool isDead, bool Overlap, in findRegisterDefOperandIdx()
534 bool isDead = true; in removeSegment() local
292 bool isDead() const { in isDead() function
637 bool isDead(SymbolRef sym) const { in isDead() function
62 bool Instruction::isDead() const in isDead() function in nv50_ir::Instruction
994 bool HexagonHardwareLoops::isDead(const MachineInstr *MI, in isDead() function in HexagonHardwareLoops
928 bool DeadCodeElimination::isDead(unsigned R) const { in isDead() function in DeadCodeElimination
917 bool isDead() const { return IsDead; } in isDead() function in __anon5220100e0211::ContextLocation
158 bool isDead() const { return getUse() == nullptr; } in isDead() function in __anon70b20db60211::Slice
2621 bool isDead = MI->getOperand(0).isDead(); in convertToThreeAddressWithLEA() local