Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp1349 LocHashToCallSites; in readMemprof() local
1364 LocHashToCallSites[StackId].insert(std::make_pair(&CS, Idx++)); in readMemprof()
1419 CallSitesIter = LocHashToCallSites.find(StackId); in readMemprof()
1423 CallSitesIter == LocHashToCallSites.end()) in readMemprof()
1479 assert(CallSitesIter != LocHashToCallSites.end()); in readMemprof()