Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DDeadMachineInstructionElim.cpp61 bool DeadMachineInstructionElim::isDead(const MachineInstr *MI) const { isDead() function in DeadMachineInstructionElim
H A DTailDuplicator.cpp179 bool isDead = MBB->pred_empty() && !MBB->hasAddressTaken(); tailDuplicateAndUpdate() local
476 updateSuccessorsPHIs(MachineBasicBlock * FromBB,bool isDead,SmallVectorImpl<MachineBasicBlock * > & TDBBs,SmallSetVector<MachineBasicBlock *,8> & Succs) updateSuccessorsPHIs() argument
H A DMachineInstrBundle.cpp214 MIB.addReg(Reg, getDefRegState(true) | getDeadRegState(isDead) | in finalizeBundle() local
H A DPHIElimination.cpp281 bool isDead = MPhi->getOperand(0).isDead(); LowerPHINode() local
H A DMachineOperand.cpp274 bool isKill, bool isDead, bool isUndef, in ChangeToRegister() argument
H A DMachineInstr.cpp1063 findRegisterDefOperandIdx(Register Reg,bool isDead,bool Overlap,const TargetRegisterInfo * TRI) const findRegisterDefOperandIdx() argument
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLazyCallGraph.h338 bool isDead() const { in isDead() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineOperand.h394 bool isDead() const { in isDead() function
/freebsd-src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSymbolManager.h643 bool isDead(SymbolRef sym) { in isDead() function
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonHardwareLoops.cpp1040 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
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp307 bool isDead() const { in isDead() function in __anon7b60129a0111::CongruenceClass
H A DSROA.cpp555 bool isDead() const { return getUse() == nullptr; } isDead() function in __anon971df9da0411::Slice