Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ProfileData/
H A DSampleProfReader.cpp870 const SampleContext *CommonContext = nullptr; in readFuncProfiles() local
880 if (!CommonContext || !CommonContext->IsPrefixOf(FContext)) in readFuncProfiles()
881 CommonContext = &FContext; in readFuncProfiles()
884 if (CommonContext == &FContext || in readFuncProfiles()
885 (CommonContext && CommonContext->IsPrefixOf(FContext))) { in readFuncProfiles()