Searched refs:OutValIt (Results 1 – 1 of 1) sorted by relevance
2780 auto OutValIt = LiveOuts.find(p); in pickVPHILoc() local2781 if (OutValIt == LiveOuts.end()) in pickVPHILoc()2784 const DbgValue &OutVal = *OutValIt->second; in pickVPHILoc()2853 auto OutValIt = LiveOuts.find(p); in pickOperandPHILoc() local2854 assert(OutValIt != LiveOuts.end()); in pickOperandPHILoc()2855 const DbgValue &OutVal = *OutValIt->second; in pickOperandPHILoc()