/llvm-project/llvm/lib/CodeGen/ |
H A D | DeadMachineInstructionElim.cpp | 82 bool DeadMachineInstructionElimImpl::isDead(const MachineInstr *MI) const { isDead() function in DeadMachineInstructionElimImpl
|
H A D | MachineInstrBundle.cpp | 213 bool isDead = DeadDefSet.count(Reg) || KilledDefSet.count(Reg); in finalizeBundle() local
|
H A D | TailDuplicator.cpp | 191 updateSuccessorsPHIs(MBB, isDead, TDBBs, Succs); in tailDuplicateAndUpdate() local 486 updateSuccessorsPHIs(MachineBasicBlock * FromBB,bool isDead,SmallVectorImpl<MachineBasicBlock * > & TDBBs,SmallSetVector<MachineBasicBlock *,8> & Succs) updateSuccessorsPHIs() argument
|
H A D | PHIElimination.cpp | 296 bool isDead = MPhi->getOperand(0).isDead(); LowerPHINode() local
|
H A D | MachineOperand.cpp | 274 bool isKill, bool isDead, bool isUndef, in ChangeToRegister() argument
|
H A D | MachineInstr.cpp | 1106 /// the specified register or -1 if it is not found. If isDead is true, defs in findRegisterDefOperandIdx() argument [all...] |
/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | SlotIndexes.h | 218 /// isDead - Returns true if this is a dead def kill slot. in isDead() function
|
H A D | MachineOperand.h | 394 bool isDead() const { in isDead() function
|
/llvm-project/llvm/include/llvm/Analysis/ |
H A D | LazyCallGraph.h | 338 bool isDead() const { isDead() function
|
/llvm-project/mlir/lib/Transforms/Utils/ |
H A D | Inliner.cpp | 192 bool CGUseList::isDead(CallGraphNode *node) const { in isDead() function in CGUseList
|
/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | SymbolManager.h | 643 bool isDead(SymbolRef sym) { isDead() function
|
/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonHardwareLoops.cpp | 1039 bool HexagonHardwareLoops::isDead(const MachineInstr *MI, isDead() function in HexagonHardwareLoops
|
H A D | HexagonFrameLowering.cpp | 2142 auto isDead = [&FIR,&DeadMap] (Register Reg) -> bool { findPhysReg() local
|
H A D | HexagonBitSimplify.cpp | 1002 bool DeadCodeElimination::isDead(unsigned R) const { in isDead() function in DeadCodeElimination
|
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | NewGVN.cpp | 307 bool isDead() const { isDead() function in __anon33c65ffb0111::CongruenceClass
|
H A D | SROA.cpp | 546 bool isDead() const { return getUse() == nullptr; } isDead() function in __anonc91f7afb0411::Slice
|