Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOCtxProfLowering.cpp55 DenseMap<const Function *, Constant *> ContextRootMap; member in __anond08bc7040111::CtxInstrumentationLowerer
138 ContextRootMap.insert(std::make_pair(F, G)); in CtxInstrumentationLowerer()
240 auto Iter = ContextRootMap.find(&F); in lowerFunction()
241 if (Iter != ContextRootMap.end()) { in lowerFunction()