Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DDeadMachineInstructionElim.cpp61 bool DeadMachineInstructionElim::isDead(const MachineInstr *MI) const { in isDead() function in DeadMachineInstructionElim
H A DTailDuplicator.cpp179 bool isDead = MBB->pred_empty() && !MBB->hasAddressTaken(); in tailDuplicateAndUpdate() local
473 MachineBasicBlock *FromBB, bool isDead, in updateSuccessorsPHIs()
H A DMachineInstrBundle.cpp218 bool isDead = DeadDefSet.count(Reg) || KilledDefSet.count(Reg); in finalizeBundle() local
H A DPHIElimination.cpp281 bool isDead = MPhi->getOperand(0).isDead(); in LowerPHINode() local
H A DMachineOperand.cpp256 bool isKill, bool isDead, bool isUndef, in ChangeToRegister()
H A DMachineInstr.cpp1049 MachineInstr::findRegisterDefOperandIdx(Register Reg, bool isDead, bool Overlap, in findRegisterDefOperandIdx()
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DLazyCallGraph.h338 bool isDead() const { in isDead() function
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineOperand.h391 bool isDead() const { in isDead() function
/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSymbolManager.h643 bool isDead(SymbolRef sym) { in isDead() function
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonHardwareLoops.cpp1040 bool HexagonHardwareLoops::isDead(const MachineInstr *MI, in isDead() function in HexagonHardwareLoops
H A DHexagonFrameLowering.cpp2139 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
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp310 bool isDead() const { in isDead() function in __anon1f4f44df0111::CongruenceClass
H A DSROA.cpp281 bool isDead() const { return getUse() == nullptr; } in isDead() function in __anon4aa1d6df0111::Slice