Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp1345 std::map<uint64_t, std::set<const AllocationInfo *>> LocHashToAllocInfo; in readMemprof() local
1356 LocHashToAllocInfo[StackId].insert(&AI); in readMemprof()
1418 AllocInfoIter = LocHashToAllocInfo.find(StackId); in readMemprof()
1422 if (AllocInfoIter == LocHashToAllocInfo.end() && in readMemprof()
1437 if (AllocInfoIter != LocHashToAllocInfo.end()) { in readMemprof()