Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profgen/
H A DPerfReader.h333 struct ProbeBasedCtxKey : public ContextKey { struct
336 ProbeBasedCtxKey() : ContextKey(CK_ProbeBased) {} in ProbeBasedCtxKey() argument
342 const ProbeBasedCtxKey *O = dyn_cast<ProbeBasedCtxKey>(K); in isEqual() argument
430 std::shared_ptr<ProbeBasedCtxKey> getContextKey();
H A DPerfReader.cpp104 std::shared_ptr<ProbeBasedCtxKey> ProbeStack::getContextKey() { in getContextKey()
105 std::shared_ptr<ProbeBasedCtxKey> ProbeBasedKey = in getContextKey()
106 std::make_shared<ProbeBasedCtxKey>(); in getContextKey()
354 } else if (const auto *CtxKey = dyn_cast<ProbeBasedCtxKey>(K)) { in getContextKeyStr()
H A DProfileGenerator.cpp451 const ProbeBasedCtxKey *CtxKey = in generateProfile()
452 dyn_cast<ProbeBasedCtxKey>(CI.first.getPtr()); in generateProfile()