Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp1468 auto LowerBoundIt = llvm::lower_bound(MF.DebugValueSubstitutions, SoughtSub); in getValueForInstrRef() local
1469 while (LowerBoundIt != MF.DebugValueSubstitutions.end() && in getValueForInstrRef()
1470 LowerBoundIt->Src == SoughtSub.Src) { in getValueForInstrRef()
1471 std::tie(InstNo, OpNo) = LowerBoundIt->Dest; in getValueForInstrRef()
1472 SoughtSub.Src = LowerBoundIt->Dest; in getValueForInstrRef()
1473 if (unsigned Subreg = LowerBoundIt->Subreg) in getValueForInstrRef()
1475 LowerBoundIt = llvm::lower_bound(MF.DebugValueSubstitutions, SoughtSub); in getValueForInstrRef()