Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp2328 MachineFunction &MF, SmallVectorImpl<MLocTransferMap> &MLocTransfer, in produceMLocTransferFunction() argument
2394 auto &TransferMap = MLocTransfer[CurBB]; in produceMLocTransferFunction()
2430 auto &TransferMap = MLocTransfer[I]; in produceMLocTransferFunction()
2557 FuncValueTable &MInLocs, SmallVectorImpl<MLocTransferMap> &MLocTransfer) { in placeMLocPHIs() argument
2609 const auto &TransferFunc = MLocTransfer[MBB->getNumber()]; in placeMLocPHIs()
2686 SmallVectorImpl<MLocTransferMap> &MLocTransfer) { in buildMLocValueMap() argument
2715 placeMLocPHIs(MF, AllBlocks, MInLocs, MLocTransfer); in buildMLocValueMap()
2751 for (auto &P : MLocTransfer[CurBB]) { in buildMLocValueMap()
3737 SmallVector<MLocTransferMap, 32> MLocTransfer; in ExtendRanges() local
3749 MLocTransfer.resize(MaxNumBlocks); in ExtendRanges()
[all …]
H A DInstrRefBasedImpl.h1350 SmallVectorImpl<MLocTransferMap> &MLocTransfer,
1361 SmallVectorImpl<MLocTransferMap> &MLocTransfer);
1371 FuncValueTable &MInLocs, SmallVectorImpl<MLocTransferMap> &MLocTransfer);