Searched refs:StringBasedCtxKey (Results 1 – 3 of 3) sorted by relevance
312 struct StringBasedCtxKey : public ContextKey { struct315 StringBasedCtxKey() : ContextKey(CK_StringBased), WasLeafInlined(false){}; in StringBasedCtxKey() argument321 const StringBasedCtxKey *Other = dyn_cast<StringBasedCtxKey>(K); in isEqual() argument396 std::shared_ptr<StringBasedCtxKey> getContextKey();
93 std::shared_ptr<StringBasedCtxKey> FrameStack::getContextKey() { in getContextKey()94 std::shared_ptr<StringBasedCtxKey> KeyStr = in getContextKey()95 std::make_shared<StringBasedCtxKey>(); in getContextKey()352 if (const auto *CtxKey = dyn_cast<StringBasedCtxKey>(K)) { in getContextKeyStr()
220 const StringBasedCtxKey *CtxKey = in generateProfile()221 dyn_cast<StringBasedCtxKey>(CI.first.getPtr()); in generateProfile()