Searched defs:isDead (Results 1 – 15 of 15) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | DeadMachineInstructionElim.cpp | 62 bool DeadMachineInstructionElim::isDead(const MachineInstr *MI) const { in isDead() function in DeadMachineInstructionElim
|
H A D | MachineInstrBundle.cpp | 213 bool isDead = DeadDefSet.count(Reg) || KilledDefSet.count(Reg); in finalizeBundle() local
|
H A D | TailDuplicator.cpp | 182 bool isDead = MBB->pred_empty() && !MBB->hasAddressTaken(); in tailDuplicateAndUpdate() local 470 MachineBasicBlock *FromBB, bool isDead, in updateSuccessorsPHIs()
|
H A D | PHIElimination.cpp | 282 bool isDead = MPhi->getOperand(0).isDead(); in LowerPHINode() local
|
H A D | MachineOperand.cpp | 242 bool isKill, bool isDead, bool isUndef, in ChangeToRegister()
|
H A D | LiveInterval.cpp | 597 bool isDead = true; in removeSegment() local
|
H A D | MachineInstr.cpp | 1041 MachineInstr::findRegisterDefOperandIdx(Register Reg, bool isDead, bool Overlap, in findRegisterDefOperandIdx()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
H A D | LazyCallGraph.h | 340 bool isDead() const { in isDead() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
H A D | MachineOperand.h | 385 bool isDead() const { in isDead() function
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | SymbolManager.h | 570 bool isDead(SymbolRef sym) { in isDead() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
H A D | HexagonHardwareLoops.cpp | 1034 bool HexagonHardwareLoops::isDead(const MachineInstr *MI, in isDead() function in HexagonHardwareLoops
|
H A D | HexagonFrameLowering.cpp | 2188 auto isDead = [&FIR,&DeadMap] (unsigned Reg) -> bool { in findPhysReg() local
|
H A D | HexagonBitSimplify.cpp | 974 bool DeadCodeElimination::isDead(unsigned R) const { in isDead() function in DeadCodeElimination
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
H A D | NewGVN.cpp | 311 bool isDead() const { in isDead() function in __anonccb5b2130111::CongruenceClass
|
H A D | SROA.cpp | 174 bool isDead() const { return getUse() == nullptr; } in isDead() function in __anon416367130111::Slice
|