Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DDeadMachineInstructionElim.cpp82 bool DeadMachineInstructionElimImpl::isDead(const MachineInstr *MI) const { in isDead() function in DeadMachineInstructionElimImpl
H A DTailDuplicator.cpp190 bool isDead = MBB->pred_empty() && !MBB->hasAddressTaken(); in tailDuplicateAndUpdate() local
485 MachineBasicBlock *FromBB, bool isDead, in updateSuccessorsPHIs()
H A DMachineInstrBundle.cpp213 bool isDead = DeadDefSet.count(Reg) || KilledDefSet.count(Reg); in finalizeBundle() local
H A DPHIElimination.cpp347 bool isDead = MPhi->getOperand(0).isDead(); in LowerPHINode() local
H A DMachineOperand.cpp274 bool isKill, bool isDead, bool isUndef, in ChangeToRegister()
H A DMachineInstr.cpp1105 bool isDead, bool Overlap) const { in findRegisterDefOperandIdx()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSlotIndexes.h219 bool isDead() const { return getSlot() == Slot_Dead; } in isDead() function
H A DMachineOperand.h394 bool isDead() const { in isDead() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLazyCallGraph.h338 bool isDead() const { in isDead() function
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSymbolManager.h643 bool isDead(SymbolRef sym) { in isDead() function
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonHardwareLoops.cpp1039 bool HexagonHardwareLoops::isDead(const MachineInstr *MI, in isDead() function in HexagonHardwareLoops
H A DHexagonFrameLowering.cpp2141 auto isDead = [&FIR,&DeadMap] (Register Reg) -> bool { in findPhysReg() local
H A DHexagonBitSimplify.cpp1002 bool DeadCodeElimination::isDead(unsigned R) const { in isDead() function in DeadCodeElimination
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp307 bool isDead() const { in isDead() function in __anonb3555ec80111::CongruenceClass
H A DSROA.cpp546 bool isDead() const { return getUse() == nullptr; } in isDead() function in __anondf5662880411::Slice