Home
last modified time | relevance | path

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

12

/external/llvm/lib/CodeGen/
DDeadMachineInstructionElim.cpp60 bool DeadMachineInstructionElim::isDead(const MachineInstr *MI) const { in isDead() function in DeadMachineInstructionElim
DMachineInstrBundle.cpp203 bool isDead = DeadDefSet.count(Reg) || KilledDefSet.count(Reg); in finalizeBundle() local
DTailDuplicator.cpp141 bool isDead = MBB->pred_empty() && !MBB->hasAddressTaken(); in tailDuplicateAndUpdate() local
421 MachineBasicBlock *FromBB, bool isDead, in updateSuccessorsPHIs()
DPHIElimination.cpp235 bool isDead = MPhi->getOperand(0).isDead(); in LowerPHINode() local
DMachineInstr.cpp178 bool isKill, bool isDead, bool isUndef, in ChangeToRegister()
1340 MachineInstr::findRegisterDefOperandIdx(unsigned Reg, bool isDead, bool Overlap, in findRegisterDefOperandIdx()
DLiveInterval.cpp537 bool isDead = true; in removeSegment() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DDeadMachineInstructionElim.cpp59 bool DeadMachineInstructionElim::isDead(const MachineInstr *MI) const { in isDead() function in DeadMachineInstructionElim
DTailDuplicator.cpp180 bool isDead = MBB->pred_empty() && !MBB->hasAddressTaken(); in tailDuplicateAndUpdate() local
468 MachineBasicBlock *FromBB, bool isDead, in updateSuccessorsPHIs()
DMachineInstrBundle.cpp215 bool isDead = DeadDefSet.count(Reg) || KilledDefSet.count(Reg); in finalizeBundle() local
DPHIElimination.cpp252 bool isDead = MPhi->getOperand(0).isDead(); in LowerPHINode() local
/external/llvm-project/llvm/lib/CodeGen/
DDeadMachineInstructionElim.cpp62 bool DeadMachineInstructionElim::isDead(const MachineInstr *MI) const { in isDead() function in DeadMachineInstructionElim
DTailDuplicator.cpp182 bool isDead = MBB->pred_empty() && !MBB->hasAddressTaken(); in tailDuplicateAndUpdate() local
470 MachineBasicBlock *FromBB, bool isDead, in updateSuccessorsPHIs()
DMachineInstrBundle.cpp215 bool isDead = DeadDefSet.count(Reg) || KilledDefSet.count(Reg); in finalizeBundle() local
DPHIElimination.cpp282 bool isDead = MPhi->getOperand(0).isDead(); in LowerPHINode() local
/external/apache-commons-bcel/src/main/java/org/apache/bcel/verifier/structurals/
DControlFlowGraph.java474 public boolean isDead(final InstructionHandle i) { in isDead() method in ControlFlowGraph
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DLazyCallGraph.h350 bool isDead() const { in isDead() function
/external/llvm-project/llvm/include/llvm/Analysis/
DLazyCallGraph.h350 bool isDead() const { in isDead() function
/external/swiftshader/src/Reactor/
DOptimizer.cpp565 bool Optimizer::isDead(Ice::Inst *instruction) in isDead() function in __anonf94f41b50111::Optimizer
/external/llvm/include/llvm/CodeGen/
DMachineOperand.h292 bool isDead() const { in isDead() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineOperand.h383 bool isDead() const { in isDead() function
/external/llvm-project/mlir/lib/Transforms/
DInliner.cpp189 bool CGUseList::isDead(CallGraphNode *node) const { in isDead() function in CGUseList
/external/llvm-project/llvm/include/llvm/CodeGen/
DMachineOperand.h383 bool isDead() const { in isDead() function
/external/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DSymbolManager.h570 bool isDead(SymbolRef sym) { in isDead() function
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DSymbolManager.h555 bool isDead(SymbolRef sym) const { in isDead() function
/external/tensorflow/tensorflow/tools/android/test/src/org/tensorflow/demo/tracking/
DObjectTracker.java497 private boolean isDead; field in ObjectTracker.TrackedObject

12