Home
last modified time | relevance | path

Searched refs:getOrCreateContextPath (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleContextTracker.cpp207 ContextTrieNode *NewNode = getOrCreateContextPath(Context, true); in SampleContextTracker()
462 return getOrCreateContextPath(Context, false); in getContextFor()
519 SampleContextTracker::getOrCreateContextPath(const SampleContext &Context, in getOrCreateContextPath() function in llvm::SampleContextTracker
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProf.cpp476 auto *NewNode = getOrCreateContextPath(FSamples->getContext()); in ProfileConverter()
483 ProfileConverter::getOrCreateContextPath(const SampleContext &Context) { in getOrCreateContextPath() function in ProfileConverter
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DSampleContextTracker.h117 LLVM_ABI ContextTrieNode *getOrCreateContextPath(const SampleContext &Context,
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProf.h1516 FrameNode *getOrCreateContextPath(const SampleContext &Context);