Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp2776 auto FirstValueIt = LiveOuts.find(BlockOrders[0]); in pickVPHILoc() local
2777 if (FirstValueIt == LiveOuts.end()) in pickVPHILoc()
2779 const DbgValue &FirstValue = *FirstValueIt->second; in pickVPHILoc()