Searched refs:ValueToLoc (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/ |
H A D | InstrRefBasedImpl.cpp | 358 const SmallVectorImpl<ValueLocPair> &ValueToLoc, in loadVarInloc() argument 392 ValueToLoc.begin(), ValueToLoc.end(), Probe, ValueToLocSort); in loadVarInloc() 395 assert(ValuesPreferredLoc != ValueToLoc.end() && in loadVarInloc() 464 SmallVector<ValueLocPair, 16> ValueToLoc; in loadInlocs() local 472 ValueToLoc.push_back( in loadInlocs() 475 llvm::sort(ValueToLoc, ValueToLocSort); in loadInlocs() 491 auto VIt = std::lower_bound(ValueToLoc.begin(), ValueToLoc.end(), Probe, in loadInlocs() 493 if (VIt == ValueToLoc.end() || VIt->first != VNum) in loadInlocs() 507 loadVarInloc(MBB, DbgOpStore, ValueToLoc, Var.first, Var.second); in loadInlocs() 532 SmallDenseMap<ValueIDNum, LocationAndQuality> ValueToLoc; in checkInstForNewValues() local [all …]
|