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