Searched defs:isDead (Results 1 – 14 of 14) sorted by relevance
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
H A D | DeadMachineInstructionElim.cpp | 61 bool DeadMachineInstructionElim::isDead(const MachineInstr *MI) const { in isDead() function in DeadMachineInstructionElim
|
H A D | TailDuplicator.cpp | 179 bool isDead = MBB->pred_empty() && !MBB->hasAddressTaken(); in tailDuplicateAndUpdate() local 473 MachineBasicBlock *FromBB, bool isDead, in updateSuccessorsPHIs()
|
H A D | MachineInstrBundle.cpp | 218 bool isDead = DeadDefSet.count(Reg) || KilledDefSet.count(Reg); in finalizeBundle() local
|
H A D | PHIElimination.cpp | 281 bool isDead = MPhi->getOperand(0).isDead(); in LowerPHINode() local
|
H A D | MachineOperand.cpp | 256 bool isKill, bool isDead, bool isUndef, in ChangeToRegister()
|
H A D | MachineInstr.cpp | 1049 MachineInstr::findRegisterDefOperandIdx(Register Reg, bool isDead, bool Overlap, in findRegisterDefOperandIdx()
|
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/ |
H A D | LazyCallGraph.h | 338 bool isDead() const { in isDead() function
|
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
H A D | MachineOperand.h | 391 bool isDead() const { in isDead() function
|
/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | SymbolManager.h | 643 bool isDead(SymbolRef sym) { in isDead() function
|
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/ |
H A D | HexagonHardwareLoops.cpp | 1040 bool HexagonHardwareLoops::isDead(const MachineInstr *MI, in isDead() function in HexagonHardwareLoops
|
H A D | HexagonFrameLowering.cpp | 2139 auto isDead = [&FIR,&DeadMap] (Register Reg) -> bool { in findPhysReg() local
|
H A D | HexagonBitSimplify.cpp | 1002 bool DeadCodeElimination::isDead(unsigned R) const { in isDead() function in DeadCodeElimination
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
H A D | NewGVN.cpp | 310 bool isDead() const { in isDead() function in __anon1f4f44df0111::CongruenceClass
|
H A D | SROA.cpp | 281 bool isDead() const { return getUse() == nullptr; } in isDead() function in __anon4aa1d6df0111::Slice
|