Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DProfiledCallGraph.h59 addProfiledFunction(Callee->getFuncName()); in ProfiledCallGraph()
75 addProfiledFunction(Callee->getFuncName()); in ProfiledCallGraph()
85 void addProfiledFunction(StringRef Name) { in addProfiledFunction() function
104 addProfiledFunction(Samples.getFuncName()); in addProfiledCalls()
108 addProfiledFunction(Target.first()); in addProfiledCalls()
115 addProfiledFunction(InlinedSamples.first); in addProfiledCalls()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp1644 ProfiledCG->addProfiledFunction(FunctionSamples::getCanonicalFnName(*F)); in INITIALIZE_PASS_DEPENDENCY()