Home
last modified time | relevance | path

Searched defs:isDead (Results 1 – 14 of 14) sorted by relevance

/external/llvm/lib/CodeGen/
DDeadMachineInstructionElim.cpp55 bool DeadMachineInstructionElim::isDead(const MachineInstr *MI) const { in isDead() function in DeadMachineInstructionElim
DMachineInstrBundle.cpp202 bool isDead = DeadDefSet.count(Reg) || KilledDefSet.count(Reg); in finalizeBundle() local
DTailDuplication.cpp232 bool isDead = MBB->pred_empty() && !MBB->hasAddressTaken(); in TailDuplicateAndUpdate() local
464 TailDuplicatePass::UpdateSuccessorsPHIs(MachineBasicBlock *FromBB, bool isDead, in UpdateSuccessorsPHIs()
DPHIElimination.cpp236 bool isDead = MPhi->getOperand(0).isDead(); in LowerPHINode() local
DMachineInstr.cpp177 bool isKill, bool isDead, bool isUndef, in ChangeToRegister()
1232 MachineInstr::findRegisterDefOperandIdx(unsigned Reg, bool isDead, bool Overlap, in findRegisterDefOperandIdx()
DLiveInterval.cpp534 bool isDead = true; in removeSegment() local
/external/llvm/include/llvm/CodeGen/
DMachineOperand.h292 bool isDead() const { in isDead() function
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DSymbolManager.h637 bool isDead(SymbolRef sym) const { in isDead() function
/external/mesa3d/src/gallium/drivers/nv50/codegen/
Dnv50_ir_peephole.cpp62 bool Instruction::isDead() const in isDead() function in nv50_ir::Instruction
/external/llvm/lib/Target/Hexagon/
DHexagonHardwareLoops.cpp994 bool HexagonHardwareLoops::isDead(const MachineInstr *MI, in isDead() function in HexagonHardwareLoops
DHexagonBitSimplify.cpp928 bool DeadCodeElimination::isDead(unsigned R) const { in isDead() function in DeadCodeElimination
/external/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp917 bool isDead() const { return IsDead; } in isDead() function in __anon5220100e0211::ContextLocation
/external/llvm/lib/Transforms/Scalar/
DSROA.cpp158 bool isDead() const { return getUse() == nullptr; } in isDead() function in __anon70b20db60211::Slice
/external/llvm/lib/Target/X86/
DX86InstrInfo.cpp2621 bool isDead = MI->getOperand(0).isDead(); in convertToThreeAddressWithLEA() local