Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemProfUse.cpp462 LocHashToCallSites; in readMemprof() local
481 LocHashToCallSites[StackId].insert({FrameSlice, CalleeGuids}); in readMemprof()
521 auto CallSitesIter = LocHashToCallSites.end(); in readMemprof()
538 CallSitesIter = LocHashToCallSites.find(StackId); in readMemprof()
540 CallSitesIter != LocHashToCallSites.end()) in readMemprof()
620 if (CallSitesIter == LocHashToCallSites.end()) in readMemprof()