Searched refs:ProbeBasedCtxKey (Results 1 – 3 of 3) sorted by relevance
333 struct ProbeBasedCtxKey : public ContextKey { struct336 ProbeBasedCtxKey() : ContextKey(CK_ProbeBased) {} in ProbeBasedCtxKey() argument342 const ProbeBasedCtxKey *O = dyn_cast<ProbeBasedCtxKey>(K); in isEqual() argument430 std::shared_ptr<ProbeBasedCtxKey> getContextKey();
104 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()
451 const ProbeBasedCtxKey *CtxKey = in generateProfile()452 dyn_cast<ProbeBasedCtxKey>(CI.first.getPtr()); in generateProfile()