Searched refs:OutValIt (Results 1 – 1 of 1) sorted by relevance
2846 auto OutValIt = LiveOuts.find(p); in pickVPHILoc() local2847 if (OutValIt == LiveOuts.end()) in pickVPHILoc()2850 const DbgValue &OutVal = *OutValIt->second; in pickVPHILoc()2918 auto OutValIt = LiveOuts.find(p); in pickOperandPHILoc() local2919 assert(OutValIt != LiveOuts.end()); in pickOperandPHILoc()2920 const DbgValue &OutVal = *OutValIt->second; in pickOperandPHILoc()