Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
DInstrRefBasedImpl.cpp1062 ValueIDNum &VNum = MLocs[Idx.asU64()]; in loadInlocs() local
1063 VarLocs.push_back(VNum); in loadInlocs()
1064 auto it = ValueToLoc.find(VNum); in loadInlocs()
1072 auto PrefLocRes = ValueToLoc.insert(std::make_pair(VNum, Idx)); in loadInlocs()