Searched refs:CtxKey (Results 1 – 2 of 2) sorted by relevance
220 const StringBasedCtxKey *CtxKey = in generateProfile() local222 StringRef ContextId(CtxKey->Context); in generateProfile()225 getFunctionProfileForContext(ContextId, CtxKey->WasLeafInlined); in generateProfile()451 const ProbeBasedCtxKey *CtxKey = in generateProfile() local454 extractPrefixContextStack(ContextStrStack, CtxKey->Probes, Binary); in generateProfile()
352 if (const auto *CtxKey = dyn_cast<StringBasedCtxKey>(K)) { in getContextKeyStr() local353 return CtxKey->Context; in getContextKeyStr()354 } else if (const auto *CtxKey = dyn_cast<ProbeBasedCtxKey>(K)) { in getContextKeyStr() local356 for (const auto *Probe : CtxKey->Probes) { in getContextKeyStr()