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

/freebsd-9.3-release/contrib/llvm/lib/CodeGen/
H A DDeadMachineInstructionElim.cpp53 bool DeadMachineInstructionElim::isDead(const MachineInstr *MI) const { function in class:DeadMachineInstructionElim
H A DMachineInstrBundle.cpp190 bool isDead = DeadDefSet.count(Reg) || KilledDefSet.count(Reg); local
H A DPHIElimination.cpp233 bool isDead = MPhi->getOperand(0).isDead(); local
H A DTailDuplication.cpp217 bool isDead = MBB->pred_empty() && !MBB->hasAddressTaken(); local
452 TailDuplicatePass::UpdateSuccessorsPHIs(MachineBasicBlock *FromBB, bool isDead, argument
H A DMachineInstr.cpp1053 MachineInstr::findRegisterDefOperandIdx(unsigned Reg, bool isDead, bool Overlap, argument
129 ChangeToRegister(unsigned Reg, bool isDef, bool isImp, bool isKill, bool isDead, bool isUndef, bool isDebug) argument
[all...]
/freebsd-9.3-release/contrib/llvm/include/llvm/CodeGen/
H A DMachineOperand.h284 bool isDead() const { function in class:llvm::MachineOperand
H A DSlotIndexes.h239 bool isDead() const { return getSlot() == Slot_Dead; } function in class:llvm::SlotIndex
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSymbolManager.h642 bool isDead(SymbolRef sym) const { function in class:clang::ento::SymbolReaper
/freebsd-9.3-release/contrib/llvm/lib/Target/Hexagon/
H A DHexagonHardwareLoops.cpp892 bool HexagonHardwareLoops::isDead(const MachineInstr *MI, function in class:HexagonHardwareLoops
/freebsd-9.3-release/contrib/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp1933 bool isDead = MI->getOperand(0).isDead(); local
/freebsd-9.3-release/contrib/llvm/lib/Transforms/Scalar/
H A DSROA.cpp145 bool isDead() const { return getUse() == 0; } function in class:__anon2676::Slice
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp922 bool isDead() const { return IsDead; } function in class:__anon3487::ContextLocation

Completed in 233 milliseconds