Searched defs:isDead (Results 1 – 14 of 14) sorted by relevance
/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Analysis/ |
D | AnalyzedInstruction.java | 142 public boolean isDead() { in isDead() method in AnalyzedInstruction
|
/external/llvm/lib/CodeGen/ |
D | DeadMachineInstructionElim.cpp | 53 bool DeadMachineInstructionElim::isDead(const MachineInstr *MI) const { in isDead() function in DeadMachineInstructionElim
|
D | MachineInstrBundle.cpp | 190 bool isDead = DeadDefSet.count(Reg) || KilledDefSet.count(Reg); in finalizeBundle() local
|
D | TailDuplication.cpp | 217 bool isDead = MBB->pred_empty() && !MBB->hasAddressTaken(); in TailDuplicateAndUpdate() local 454 TailDuplicatePass::UpdateSuccessorsPHIs(MachineBasicBlock *FromBB, bool isDead, in UpdateSuccessorsPHIs()
|
D | PHIElimination.cpp | 229 bool isDead = MPhi->getOperand(0).isDead(); in LowerPHINode() local
|
D | LiveInterval.cpp | 364 bool isDead = true; in removeRange() local
|
D | MachineInstr.cpp | 130 bool isKill, bool isDead, bool isUndef, in ChangeToRegister() 1050 MachineInstr::findRegisterDefOperandIdx(unsigned Reg, bool isDead, bool Overlap, in findRegisterDefOperandIdx()
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineOperand.h | 284 bool isDead() const { in isDead() function
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCCTRLoops.cpp | 511 bool PPCCTRLoops::isDead(const MachineInstr *MI, in isDead() function in PPCCTRLoops
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | SymbolManager.h | 637 bool isDead(SymbolRef sym) const { in isDead() function
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonHardwareLoops.cpp | 898 bool HexagonHardwareLoops::isDead(const MachineInstr *MI, in isDead() function in HexagonHardwareLoops
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | BugReporter.cpp | 929 bool isDead() const { return IsDead; } in isDead() function in __anon19063aa80211::ContextLocation
|
/external/llvm/lib/Target/X86/ |
D | X86InstrInfo.cpp | 1787 bool isDead = MI->getOperand(0).isDead(); in convertToThreeAddressWithLEA() local
|
/external/llvm/lib/Transforms/Scalar/ |
D | SROA.cpp | 127 bool isDead() const { in isDead() function
|