Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemProfiler.cpp848 LocHashToCallSites; in readMemprof() local
865 LocHashToCallSites[StackId].insert(std::make_pair(&CS, Idx++)); in readMemprof()
923 CallSitesIter = LocHashToCallSites.find(StackId); in readMemprof()
925 CallSitesIter != LocHashToCallSites.end()) in readMemprof()
991 assert(CallSitesIter != LocHashToCallSites.end()); in readMemprof()