class LDVImpl
Declaration
class LDVImpl { /* full declaration omitted */ };
Declared at: llvm/lib/CodeGen/LiveDebugValues/LiveDebugValues.h:25
Method Overview
- public virtual bool ExtendRanges(llvm::MachineFunction & MF, llvm::MachineDominatorTree * DomTree, llvm::TargetPassConfig * TPC, unsigned int InputBBLimit, unsigned int InputDbgValLimit)
- public virtual ~LDVImpl()
Methods
¶virtual bool ExtendRanges(
llvm::MachineFunction& MF,
llvm::MachineDominatorTree* DomTree,
llvm::TargetPassConfig* TPC,
unsigned int InputBBLimit,
unsigned int InputDbgValLimit)
virtual bool ExtendRanges(
llvm::MachineFunction& MF,
llvm::MachineDominatorTree* DomTree,
llvm::TargetPassConfig* TPC,
unsigned int InputBBLimit,
unsigned int InputDbgValLimit)
Declared at: llvm/lib/CodeGen/LiveDebugValues/LiveDebugValues.h:27
Parameters
- llvm::MachineFunction& MF
- llvm::MachineDominatorTree* DomTree
- llvm::TargetPassConfig* TPC
- unsigned int InputBBLimit
- unsigned int InputDbgValLimit
¶virtual ~LDVImpl()
virtual ~LDVImpl()
Declared at: llvm/lib/CodeGen/LiveDebugValues/LiveDebugValues.h:30