Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DSampleContextTracker.cpp207 ContextTrieNode *NewNode = getOrCreateContextPath(Context, true); in SampleContextTracker()
468 return getOrCreateContextPath(Context, false); in getContextFor()
534 SampleContextTracker::getOrCreateContextPath(const SampleContext &Context, in getOrCreateContextPath() function in llvm::SampleContextTracker
/openbsd-src/gnu/llvm/llvm/lib/ProfileData/
H A DSampleProf.cpp483 auto *NewNode = getOrCreateContextPath(FSamples->getContext()); in CSProfileConverter()
490 CSProfileConverter::getOrCreateContextPath(const SampleContext &Context) { in getOrCreateContextPath() function in CSProfileConverter
/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/IPO/
H A DSampleContextTracker.h114 ContextTrieNode *getOrCreateContextPath(const SampleContext &Context,
/openbsd-src/gnu/llvm/llvm/include/llvm/ProfileData/
H A DSampleProf.h1282 FrameNode *getOrCreateContextPath(const SampleContext &Context);
/openbsd-src/gnu/llvm/llvm/tools/llvm-profgen/
H A DProfileGenerator.cpp769 ContextTracker.getOrCreateContextPath(Context, true); in getOrCreateContextNode()