Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp2780 auto OutValIt = LiveOuts.find(p); in pickVPHILoc() local
2781 if (OutValIt == LiveOuts.end()) in pickVPHILoc()
2784 const DbgValue &OutVal = *OutValIt->second; in pickVPHILoc()
2853 auto OutValIt = LiveOuts.find(p); in pickOperandPHILoc() local
2854 assert(OutValIt != LiveOuts.end()); in pickOperandPHILoc()
2855 const DbgValue &OutVal = *OutValIt->second; in pickOperandPHILoc()