Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profgen/
H A DPerfReader.h312 struct StringBasedCtxKey : public ContextKey { struct
315 StringBasedCtxKey() : ContextKey(CK_StringBased), WasLeafInlined(false){}; in StringBasedCtxKey() argument
321 const StringBasedCtxKey *Other = dyn_cast<StringBasedCtxKey>(K); in isEqual() argument
396 std::shared_ptr<StringBasedCtxKey> getContextKey();
H A DPerfReader.cpp93 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()
H A DProfileGenerator.cpp220 const StringBasedCtxKey *CtxKey = in generateProfile()
221 dyn_cast<StringBasedCtxKey>(CI.first.getPtr()); in generateProfile()