Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp1433 auto SoughtSub = in getValueForInstrRef() local
1437 auto LowerBoundIt = llvm::lower_bound(MF.DebugValueSubstitutions, SoughtSub); in getValueForInstrRef()
1439 LowerBoundIt->Src == SoughtSub.Src) { in getValueForInstrRef()
1441 SoughtSub.Src = LowerBoundIt->Dest; in getValueForInstrRef()
1444 LowerBoundIt = llvm::lower_bound(MF.DebugValueSubstitutions, SoughtSub); in getValueForInstrRef()