/external/llvm/lib/CodeGen/ |
D | DeadMachineInstructionElim.cpp | 60 bool DeadMachineInstructionElim::isDead(const MachineInstr *MI) const { in isDead() function in DeadMachineInstructionElim
|
D | MachineInstrBundle.cpp | 203 bool isDead = DeadDefSet.count(Reg) || KilledDefSet.count(Reg); in finalizeBundle() local
|
D | TailDuplicator.cpp | 141 bool isDead = MBB->pred_empty() && !MBB->hasAddressTaken(); in tailDuplicateAndUpdate() local 421 MachineBasicBlock *FromBB, bool isDead, in updateSuccessorsPHIs()
|
D | PHIElimination.cpp | 235 bool isDead = MPhi->getOperand(0).isDead(); in LowerPHINode() local
|
D | MachineInstr.cpp | 178 bool isKill, bool isDead, bool isUndef, in ChangeToRegister() 1340 MachineInstr::findRegisterDefOperandIdx(unsigned Reg, bool isDead, bool Overlap, in findRegisterDefOperandIdx()
|
D | LiveInterval.cpp | 537 bool isDead = true; in removeSegment() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | DeadMachineInstructionElim.cpp | 59 bool DeadMachineInstructionElim::isDead(const MachineInstr *MI) const { in isDead() function in DeadMachineInstructionElim
|
D | MachineInstrBundle.cpp | 205 bool isDead = DeadDefSet.count(Reg) || KilledDefSet.count(Reg); in finalizeBundle() local
|
D | TailDuplicator.cpp | 174 bool isDead = MBB->pred_empty() && !MBB->hasAddressTaken(); in tailDuplicateAndUpdate() local 462 MachineBasicBlock *FromBB, bool isDead, in updateSuccessorsPHIs()
|
D | PHIElimination.cpp | 248 bool isDead = MPhi->getOperand(0).isDead(); in LowerPHINode() local
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | DeadMachineInstructionElim.cpp | 56 bool DeadMachineInstructionElim::isDead(const MachineInstr *MI) const { in isDead() function in DeadMachineInstructionElim
|
D | PHIElimination.cpp | 200 bool isDead = MPhi->getOperand(0).isDead(); in LowerAtomicPHINode() local
|
D | TailDuplication.cpp | 207 bool isDead = MBB->pred_empty() && !MBB->hasAddressTaken(); in TailDuplicateAndUpdate() local 442 TailDuplicatePass::UpdateSuccessorsPHIs(MachineBasicBlock *FromBB, bool isDead, in UpdateSuccessorsPHIs()
|
D | LiveInterval.cpp | 308 bool isDead = true; in removeRange() local
|
D | MachineInstr.cpp | 156 bool isKill, bool isDead, bool isUndef, in ChangeToRegister() 946 MachineInstr::findRegisterDefOperandIdx(unsigned Reg, bool isDead, bool Overlap, in findRegisterDefOperandIdx()
|
/external/apache-commons-bcel/src/main/java/org/apache/bcel/verifier/structurals/ |
D | ControlFlowGraph.java | 474 public boolean isDead(final InstructionHandle i) { in isDead() method in ControlFlowGraph
|
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | MachineOperand.h | 246 bool isDead() const { in isDead() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | LazyCallGraph.h | 350 bool isDead() const { in isDead() function
|
/external/swiftshader/src/Reactor/ |
D | Optimizer.cpp | 532 bool Optimizer::isDead(Ice::Inst *instruction) in isDead() function in __anonec99288e0111::Optimizer
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineOperand.h | 292 bool isDead() const { in isDead() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | MachineOperand.h | 374 bool isDead() const { in isDead() function
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | SymbolManager.h | 555 bool isDead(SymbolRef sym) const { in isDead() function
|
/external/tensorflow/tensorflow/examples/android/src/org/tensorflow/demo/tracking/ |
D | ObjectTracker.java | 497 private boolean isDead; field in ObjectTracker.TrackedObject
|
/external/tensorflow/tensorflow/lite/examples/android/app/src/main/java/org/tensorflow/demo/tracking/ |
D | ObjectTracker.java | 497 private boolean isDead; field in ObjectTracker.TrackedObject
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86InstrInfo.cpp | 1333 bool isDead = MI->getOperand(0).isDead(); in convertToThreeAddressWithLEA() local 1446 bool isDead = MI->getOperand(0).isDead(); in convertToThreeAddress() local
|