Searched refs:ContextRootMap (Results 1 – 1 of 1) sorted by relevance
55 DenseMap<const Function *, Constant *> ContextRootMap; member in __anond08bc7040111::CtxInstrumentationLowerer138 ContextRootMap.insert(std::make_pair(F, G)); in CtxInstrumentationLowerer()240 auto Iter = ContextRootMap.find(&F); in lowerFunction()241 if (Iter != ContextRootMap.end()) { in lowerFunction()