Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/CodeGen/
H A DDeadMachineInstructionElim.cpp82 bool DeadMachineInstructionElimImpl::isDead(const MachineInstr *MI) const { isDead() function in DeadMachineInstructionElimImpl
H A DMachineInstrBundle.cpp213 bool isDead = DeadDefSet.count(Reg) || KilledDefSet.count(Reg); in finalizeBundle() local
H A DTailDuplicator.cpp191 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 DPHIElimination.cpp296 bool isDead = MPhi->getOperand(0).isDead(); LowerPHINode() local
H A DMachineOperand.cpp274 bool isKill, bool isDead, bool isUndef, in ChangeToRegister() argument
H A DMachineInstr.cpp1106 /// 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 DSlotIndexes.h218 /// isDead - Returns true if this is a dead def kill slot. in isDead() function
H A DMachineOperand.h394 bool isDead() const { in isDead() function
/llvm-project/llvm/include/llvm/Analysis/
H A DLazyCallGraph.h338 bool isDead() const { isDead() function
/llvm-project/mlir/lib/Transforms/Utils/
H A DInliner.cpp192 bool CGUseList::isDead(CallGraphNode *node) const { in isDead() function in CGUseList
/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSymbolManager.h643 bool isDead(SymbolRef sym) { isDead() function
/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonHardwareLoops.cpp1039 bool HexagonHardwareLoops::isDead(const MachineInstr *MI, isDead() function in HexagonHardwareLoops
H A DHexagonFrameLowering.cpp2142 auto isDead = [&FIR,&DeadMap] (Register Reg) -> bool { findPhysReg() local
H A DHexagonBitSimplify.cpp1002 bool DeadCodeElimination::isDead(unsigned R) const { in isDead() function in DeadCodeElimination
/llvm-project/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp307 bool isDead() const { isDead() function in __anon33c65ffb0111::CongruenceClass
H A DSROA.cpp546 bool isDead() const { return getUse() == nullptr; } isDead() function in __anonc91f7afb0411::Slice