Lines Matching defs:LiveOuts
2815 const LiveIdxT &LiveOuts, FuncValueTable &MOutLocs,
2826 auto FirstValueIt = LiveOuts.find(BlockOrders[0]);
2827 if (FirstValueIt == LiveOuts.end())
2832 auto OutValIt = LiveOuts.find(p);
2833 if (OutValIt == LiveOuts.end())
2881 pickOperandPHILoc(Idx, MBB, LiveOuts, MOutLocs, BlockOrders);
2894 unsigned DbgOpIdx, const MachineBasicBlock &MBB, const LiveIdxT &LiveOuts,
2904 auto OutValIt = LiveOuts.find(p);
2905 assert(OutValIt != LiveOuts.end());
3194 SmallVector<DbgValue, 32> LiveIns, LiveOuts;
3196 LiveOuts.reserve(NumBlocks);
3204 LiveOuts.push_back(EmptyDbgValue);
3213 LiveOutIdx[BlockOrders[I]] = &LiveOuts[I];
3227 LiveOuts[I] = EmptyDbgValue;