Home
last modified time | relevance | path

Searched refs:MLocTransfer (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp2262 MachineFunction &MF, SmallVectorImpl<MLocTransferMap> &MLocTransfer, in produceMLocTransferFunction() argument
2328 auto &TransferMap = MLocTransfer[CurBB]; in produceMLocTransferFunction()
2364 auto &TransferMap = MLocTransfer[I]; in produceMLocTransferFunction()
2546 const auto &TransferFunc = MLocTransfer[MBB->getNumber()]; in placeMLocPHIs()
2623 SmallVectorImpl<MLocTransferMap> &MLocTransfer) { in buildMLocValueMap() argument
2652 placeMLocPHIs(MF, AllBlocks, MInLocs, MLocTransfer); in buildMLocValueMap()
2688 for (auto &P : MLocTransfer[CurBB]) { in buildMLocValueMap()
3670 SmallVector<MLocTransferMap, 32> MLocTransfer; in ExtendRanges() local
3682 MLocTransfer.resize(MaxNumBlocks); in ExtendRanges()
3686 produceMLocTransferFunction(MF, MLocTransfer, MaxNumBlocks); in ExtendRanges()
[all …]
H A DInstrRefBasedImpl.h1305 SmallVectorImpl<MLocTransferMap> &MLocTransfer,
1315 SmallVectorImpl<MLocTransferMap> &MLocTransfer);
1326 SmallVectorImpl<MLocTransferMap> &MLocTransfer);