Searched defs:isDead (Results 1 - 15 of 15) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DDeadMachineInstructionElim.cpp59 bool DeadMachineInstructionElim::isDead(const MachineInstr *MI) const { function in class:DeadMachineInstructionElim
H A DMachineInstrBundle.cpp215 bool isDead = DeadDefSet.count(Reg) || KilledDefSet.count(Reg); local
H A DPHIElimination.cpp282 bool isDead = MPhi->getOperand(0).isDead(); local
H A DTailDuplicator.cpp182 bool isDead = MBB->pred_empty() && !MBB->hasAddressTaken(); local
469 updateSuccessorsPHIs( MachineBasicBlock *FromBB, bool isDead, SmallVectorImpl<MachineBasicBlock *> &TDBBs, SmallSetVector<MachineBasicBlock *, 8> &Succs) argument
H A DMachineInstr.cpp1028 MachineInstr::findRegisterDefOperandIdx(Register Reg, bool isDead, bool Overlap, argument
H A DMachineOperand.cpp236 ChangeToRegister(Register Reg, bool isDef, bool isImp, bool isKill, bool isDead, bool isUndef, bool isDebug) argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp310 bool isDead() const { function in class:__anon4696::CongruenceClass
H A DSROA.cpp174 bool isDead() const { return getUse() == nullptr; } function in class:__anon4709::Slice
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLazyCallGraph.h350 bool isDead() const { function in class:llvm::LazyCallGraph::Edge::Node
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineOperand.h383 bool isDead() const { function
H A DSlotIndexes.h236 bool isDead() const { return getSlot() == Slot_Dead; } function in class:llvm::SlotIndex
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSymbolManager.h560 bool isDead(SymbolRef sym) { function in class:clang::ento::SymbolReaper
/freebsd-13-stable/contrib/apr-util/dbd/
H A Dapr_dbd_odbc.c1159 SQLUINTEGER isDead; local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonHardwareLoops.cpp1034 bool HexagonHardwareLoops::isDead(const MachineInstr *MI, function in class:HexagonHardwareLoops
H A DHexagonFrameLowering.cpp2187 auto isDead = [&FIR,&DeadMap] (unsigned Reg) -> bool { local

Completed in 258 milliseconds