Home
last modified time | relevance | path

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

/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Analysis/
DAnalyzedInstruction.java142 public boolean isDead() { in isDead() method in AnalyzedInstruction
/external/llvm/lib/CodeGen/
DDeadMachineInstructionElim.cpp53 bool DeadMachineInstructionElim::isDead(const MachineInstr *MI) const { in isDead() function in DeadMachineInstructionElim
DMachineInstrBundle.cpp190 bool isDead = DeadDefSet.count(Reg) || KilledDefSet.count(Reg); in finalizeBundle() local
DTailDuplication.cpp217 bool isDead = MBB->pred_empty() && !MBB->hasAddressTaken(); in TailDuplicateAndUpdate() local
454 TailDuplicatePass::UpdateSuccessorsPHIs(MachineBasicBlock *FromBB, bool isDead, in UpdateSuccessorsPHIs()
DPHIElimination.cpp229 bool isDead = MPhi->getOperand(0).isDead(); in LowerPHINode() local
DLiveInterval.cpp364 bool isDead = true; in removeRange() local
DMachineInstr.cpp130 bool isKill, bool isDead, bool isUndef, in ChangeToRegister()
1050 MachineInstr::findRegisterDefOperandIdx(unsigned Reg, bool isDead, bool Overlap, in findRegisterDefOperandIdx()
/external/llvm/include/llvm/CodeGen/
DMachineOperand.h284 bool isDead() const { in isDead() function
/external/llvm/lib/Target/PowerPC/
DPPCCTRLoops.cpp511 bool PPCCTRLoops::isDead(const MachineInstr *MI, in isDead() function in PPCCTRLoops
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DSymbolManager.h637 bool isDead(SymbolRef sym) const { in isDead() function
/external/llvm/lib/Target/Hexagon/
DHexagonHardwareLoops.cpp898 bool HexagonHardwareLoops::isDead(const MachineInstr *MI, in isDead() function in HexagonHardwareLoops
/external/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp929 bool isDead() const { return IsDead; } in isDead() function in __anon19063aa80211::ContextLocation
/external/llvm/lib/Target/X86/
DX86InstrInfo.cpp1787 bool isDead = MI->getOperand(0).isDead(); in convertToThreeAddressWithLEA() local
/external/llvm/lib/Transforms/Scalar/
DSROA.cpp127 bool isDead() const { in isDead() function