Home
last modified time | relevance | path

Searched refs:initialSetup (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.h1105 void initialSetup(MachineFunction &MF);
H A DInstrRefBasedImpl.cpp2917 void InstrRefBasedLDV::initialSetup(MachineFunction &MF) { in initialSetup() function in InstrRefBasedLDV
3205 initialSetup(MF); in ExtendRanges()
/llvm-project-15.0.7/llvm/unittests/CodeGen/
H A DInstrRefLDVTest.cpp159 LDV->initialSetup(*MF); in setupLDVObj()