Searched refs:StringBasedCtxKey (Results 1 – 3 of 3) sorted by relevance
354 struct StringBasedCtxKey : public ContextKey { struct358 StringBasedCtxKey() : ContextKey(CK_StringBased), WasLeafInlined(false){}; in StringBasedCtxKey() argument364 const StringBasedCtxKey *Other = dyn_cast<StringBasedCtxKey>(K); in isEqual() argument433 std::shared_ptr<StringBasedCtxKey> getContextKey();
163 std::shared_ptr<StringBasedCtxKey> FrameStack::getContextKey() { in getContextKey()164 std::shared_ptr<StringBasedCtxKey> KeyStr = in getContextKey()165 std::make_shared<StringBasedCtxKey>(); in getContextKey()462 if (const auto *CtxKey = dyn_cast<StringBasedCtxKey>(K)) { in getContextKeyStr()839 std::shared_ptr<StringBasedCtxKey> Key = in readUnsymbolizedProfile()840 std::make_shared<StringBasedCtxKey>(); in readUnsymbolizedProfile()899 std::shared_ptr<StringBasedCtxKey> Key = in generateUnsymbolizedProfile()900 std::make_shared<StringBasedCtxKey>(); in generateUnsymbolizedProfile()
813 const auto *CtxKey = cast<StringBasedCtxKey>(CI.first.getPtr()); in generateLineNumBasedProfile()