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

/freebsd-10.0-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.cpp229 bool isDead = MPhi->getOperand(0).isDead(); local
H A DTailDuplication.cpp217 bool isDead = MBB->pred_empty() && !MBB->hasAddressTaken(); local
454 TailDuplicatePass::UpdateSuccessorsPHIs(MachineBasicBlock *FromBB, bool isDead, argument
H A DMachineInstr.cpp1050 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-10.0-release/contrib/llvm/include/llvm/CodeGen/
H A DMachineOperand.h284 bool isDead() const { function in class:llvm::MachineOperand
H A DSlotIndexes.h232 bool isDead() const { return getSlot() == Slot_Dead; } function in class:llvm::SlotIndex
/freebsd-10.0-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCCTRLoops.cpp511 bool PPCCTRLoops::isDead(const MachineInstr *MI, function in class:PPCCTRLoops
/freebsd-10.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DSROA.cpp168 bool isDead() const { function in struct:__anon2674::Partition
/freebsd-10.0-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-10.0-release/contrib/apr-util/dbd/
H A Dapr_dbd_odbc.c1143 SQLUINTEGER isDead; local
/freebsd-10.0-release/contrib/llvm/lib/Target/Hexagon/
H A DHexagonHardwareLoops.cpp892 bool HexagonHardwareLoops::isDead(const MachineInstr *MI, function in class:HexagonHardwareLoops
/freebsd-10.0-release/contrib/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp1787 bool isDead = MI->getOperand(0).isDead(); local
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp881 bool isDead() const { return IsDead; } function in class:__anon3427::ContextLocation

Completed in 235 milliseconds