Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DDeadMachineInstructionElim.cpp62 bool DeadMachineInstructionElim::isDead(const MachineInstr *MI) const { in isDead() function in DeadMachineInstructionElim
H A DMachineInstrBundle.cpp213 bool isDead = DeadDefSet.count(Reg) || KilledDefSet.count(Reg); in finalizeBundle() local
H A DTailDuplicator.cpp182 bool isDead = MBB->pred_empty() && !MBB->hasAddressTaken(); in tailDuplicateAndUpdate() local
470 MachineBasicBlock *FromBB, bool isDead, in updateSuccessorsPHIs()
H A DPHIElimination.cpp282 bool isDead = MPhi->getOperand(0).isDead(); in LowerPHINode() local
H A DMachineOperand.cpp242 bool isKill, bool isDead, bool isUndef, in ChangeToRegister()
H A DLiveInterval.cpp597 bool isDead = true; in removeSegment() local
H A DMachineInstr.cpp1041 MachineInstr::findRegisterDefOperandIdx(Register Reg, bool isDead, bool Overlap, in findRegisterDefOperandIdx()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DLazyCallGraph.h340 bool isDead() const { in isDead() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineOperand.h385 bool isDead() const { in isDead() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSymbolManager.h570 bool isDead(SymbolRef sym) { in isDead() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonHardwareLoops.cpp1034 bool HexagonHardwareLoops::isDead(const MachineInstr *MI, in isDead() function in HexagonHardwareLoops
H A DHexagonFrameLowering.cpp2188 auto isDead = [&FIR,&DeadMap] (unsigned Reg) -> bool { in findPhysReg() local
H A DHexagonBitSimplify.cpp974 bool DeadCodeElimination::isDead(unsigned R) const { in isDead() function in DeadCodeElimination
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp311 bool isDead() const { in isDead() function in __anonccb5b2130111::CongruenceClass
H A DSROA.cpp174 bool isDead() const { return getUse() == nullptr; } in isDead() function in __anon416367130111::Slice