Home
last modified time | relevance | path

Searched refs:getCalleeContextFor (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DSampleContextTracker.h192 ContextTrieNode *getCalleeContextFor(const DILocation *DIL,
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleContextTracker.cpp239 ContextTrieNode *CalleeContext = getCalleeContextFor(DIL, FName); in getCalleeContextSamplesFor()
465 SampleContextTracker::getCalleeContextFor(const DILocation *DIL, in getCalleeContextFor() function in llvm::SampleContextTracker