Home
last modified time | relevance | path

Searched refs:OutValIt (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp2816 auto OutValIt = LiveOuts.find(p); in pickVPHILoc() local
2817 if (OutValIt == LiveOuts.end()) in pickVPHILoc()
2820 const DbgValue &OutVal = *OutValIt->second; in pickVPHILoc()
2888 auto OutValIt = LiveOuts.find(p); in pickOperandPHILoc() local
2889 assert(OutValIt != LiveOuts.end()); in pickOperandPHILoc()
2890 const DbgValue &OutVal = *OutValIt->second; in pickOperandPHILoc()