Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.h1085 bool vlocJoin(MachineBasicBlock &MBB, LiveIdxT &VLOCOutLocs,
H A DInstrRefBasedImpl.cpp2453 MachineBasicBlock &MBB, LiveIdxT &VLOCOutLocs, in vlocJoin() argument
2484 DbgValue &OutLoc = *VLOCOutLocs.find(p)->second; in vlocJoin()
/llvm-project-15.0.7/llvm/unittests/CodeGen/
H A DInstrRefLDVTest.cpp201 bool vlocJoin(MachineBasicBlock &MBB, InstrRefBasedLDV::LiveIdxT &VLOCOutLocs, in vlocJoin() argument
204 return LDV->vlocJoin(MBB, VLOCOutLocs, BlocksToExplore, InLoc); in vlocJoin()