Searched refs:OutValIt (Results 1 – 1 of 1) sorted by relevance
2782 auto OutValIt = LiveOuts.find(p); in pickVPHILoc() local2783 if (OutValIt == LiveOuts.end()) in pickVPHILoc()2786 const DbgValue &OutVal = *OutValIt->second; in pickVPHILoc()2854 auto OutValIt = LiveOuts.find(p); in pickOperandPHILoc() local2855 assert(OutValIt != LiveOuts.end()); in pickOperandPHILoc()2856 const DbgValue &OutVal = *OutValIt->second; in pickOperandPHILoc()