Searched refs:MLocTransfer (Results 1 – 1 of 1) sorted by relevance
1427 SmallVectorImpl<MLocTransferMap> &MLocTransfer,1436 SmallVectorImpl<MLocTransferMap> &MLocTransfer);2138 MachineFunction &MF, SmallVectorImpl<MLocTransferMap> &MLocTransfer, in produceMLocTransferFunction() argument2201 auto &TransferMap = MLocTransfer[CurBB]; in produceMLocTransferFunction()2238 auto &TransferMap = MLocTransfer[I]; in produceMLocTransferFunction()2361 SmallVectorImpl<MLocTransferMap> &MLocTransfer) { in mlocDataflow() argument2417 for (auto &P : MLocTransfer[CurBB]) { in mlocDataflow()3229 SmallVector<MLocTransferMap, 32> MLocTransfer; in ExtendRanges() local3239 MLocTransfer.resize(MaxNumBlocks); in ExtendRanges()3245 produceMLocTransferFunction(MF, MLocTransfer, MaxNumBlocks); in ExtendRanges()[all …]