Lines Matching defs:MLocTransfer
2296 MachineFunction &MF, SmallVectorImpl<MLocTransferMap> &MLocTransfer,
2362 auto &TransferMap = MLocTransfer[CurBB];
2398 auto &TransferMap = MLocTransfer[I];
2527 FuncValueTable &MInLocs, SmallVectorImpl<MLocTransferMap> &MLocTransfer) {
2580 const auto &TransferFunc = MLocTransfer[MBB->getNumber()];
2657 SmallVectorImpl<MLocTransferMap> &MLocTransfer) {
2686 placeMLocPHIs(MF, AllBlocks, MInLocs, MLocTransfer);
2722 for (auto &P : MLocTransfer[CurBB]) {
3709 SmallVector<MLocTransferMap, 32> MLocTransfer;
3721 MLocTransfer.resize(MaxNumBlocks);
3725 produceMLocTransferFunction(MF, MLocTransfer, MaxNumBlocks);
3734 // Solve the machine value dataflow problem using the MLocTransfer function,
3738 buildMLocValueMap(MF, MInLocs, MOutLocs, MLocTransfer);