Searched refs:MLocTransfer (Results 1 – 1 of 1) sorted by relevance
1583 SmallVectorImpl<MLocTransferMap> &MLocTransfer,1592 SmallVectorImpl<MLocTransferMap> &MLocTransfer);2436 MachineFunction &MF, SmallVectorImpl<MLocTransferMap> &MLocTransfer, in produceMLocTransferFunction() argument2499 auto &TransferMap = MLocTransfer[CurBB]; in produceMLocTransferFunction()2536 auto &TransferMap = MLocTransfer[I]; in produceMLocTransferFunction()2659 SmallVectorImpl<MLocTransferMap> &MLocTransfer) { in mlocDataflow() argument2715 for (auto &P : MLocTransfer[CurBB]) { in mlocDataflow()3547 SmallVector<MLocTransferMap, 32> MLocTransfer; in ExtendRanges() local3557 MLocTransfer.resize(MaxNumBlocks); in ExtendRanges()3563 produceMLocTransferFunction(MF, MLocTransfer, MaxNumBlocks); in ExtendRanges()[all …]