Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-profgen/
H A DPerfReader.h354 struct StringBasedCtxKey : public ContextKey { struct
358 StringBasedCtxKey() : ContextKey(CK_StringBased), WasLeafInlined(false){}; in StringBasedCtxKey() argument
364 const StringBasedCtxKey *Other = dyn_cast<StringBasedCtxKey>(K); in isEqual() argument
433 std::shared_ptr<StringBasedCtxKey> getContextKey();
H A DPerfReader.cpp163 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()
H A DProfileGenerator.cpp813 const auto *CtxKey = cast<StringBasedCtxKey>(CI.first.getPtr()); in generateLineNumBasedProfile()