Home
last modified time | relevance | path

Searched defs:LiveDebugValues (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DLiveDebugValues.cpp84 struct LiveDebugValues { struct
90 std::unique_ptr<LDVImpl> InstrRefImpl;
91 std::unique_ptr<LDVImpl> VarLocImpl;
92 MachineDominatorTree MDT;
108 LiveDebugValues::LiveDebugValues() { in LiveDebugValues() function in LiveDebugValues
H A DInstrRefBasedImpl.h215 using namespace LiveDebugValues; variable