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.cpp206 ContextTrieNode *NewNode = getOrCreateContextPath(Context, true); in SampleContextTracker()
461 return getOrCreateContextPath(Context, false); in getContextFor()
518 SampleContextTracker::getOrCreateContextPath(const SampleContext &Context, in getOrCreateContextPath() function in llvm::SampleContextTracker
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProf.cpp448 auto *NewNode = getOrCreateContextPath(FSamples->getContext()); in ProfileConverter()
455 ProfileConverter::getOrCreateContextPath(const SampleContext &Context) { in getOrCreateContextPath() function in ProfileConverter
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DSampleContextTracker.h113 ContextTrieNode *getOrCreateContextPath(const SampleContext &Context,
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProf.h1503 FrameNode *getOrCreateContextPath(const SampleContext &Context);