Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DProfiledCallGraph.h87 addProfiledFunction(Callee->getFuncName());
104 addProfiledFunction(Callee->getFuncName());
137 void addProfiledFunction(FunctionId Name) { in addProfiledFunction() function
170 addProfiledFunction(Samples.getFunction()); in addProfiledCalls()
174 addProfiledFunction(Target); in addProfiledCalls()
181 addProfiledFunction(InlinedSamples.first); in addProfiledCalls()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp1842 ProfiledCG->addProfiledFunction( in buildProfiledCallGraph()