/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | DeadMachineInstructionElim.cpp | 61 bool DeadMachineInstructionElim::isDead(const MachineInstr *MI) const { isDead() function in DeadMachineInstructionElim
|
H A D | TailDuplicator.cpp | 179 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 D | MachineInstrBundle.cpp | 214 MIB.addReg(Reg, getDefRegState(true) | getDeadRegState(isDead) | in finalizeBundle() local
|
H A D | PHIElimination.cpp | 281 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 | 1063 findRegisterDefOperandIdx(Register Reg,bool isDead,bool Overlap,const TargetRegisterInfo * TRI) const findRegisterDefOperandIdx() argument
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | LazyCallGraph.h | 338 bool isDead() const { in isDead() function
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | MachineOperand.h | 394 bool isDead() const { in isDead() function
|
/freebsd-src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | SymbolManager.h | 643 bool isDead(SymbolRef sym) { in isDead() function
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonHardwareLoops.cpp | 1040 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
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | NewGVN.cpp | 307 bool isDead() const { in isDead() function in __anon7b60129a0111::CongruenceClass
|
H A D | SROA.cpp | 555 bool isDead() const { return getUse() == nullptr; } isDead() function in __anon971df9da0411::Slice
|