Lines Matching defs:LiveOuts
2799 const LiveIdxT &LiveOuts, FuncValueTable &MOutLocs,
2810 auto FirstValueIt = LiveOuts.find(BlockOrders[0]);
2811 if (FirstValueIt == LiveOuts.end())
2816 auto OutValIt = LiveOuts.find(p);
2817 if (OutValIt == LiveOuts.end())
2865 pickOperandPHILoc(Idx, MBB, LiveOuts, MOutLocs, BlockOrders);
2878 unsigned DbgOpIdx, const MachineBasicBlock &MBB, const LiveIdxT &LiveOuts,
2888 auto OutValIt = LiveOuts.find(p);
2889 assert(OutValIt != LiveOuts.end());
3178 SmallVector<DbgValue, 32> LiveIns, LiveOuts;
3180 LiveOuts.reserve(NumBlocks);
3188 LiveOuts.push_back(EmptyDbgValue);
3197 LiveOutIdx[BlockOrders[I]] = &LiveOuts[I];
3211 LiveOuts[I] = EmptyDbgValue;