Home
last modified time | relevance | path

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

/freebsd-src/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
171 addProfiledFunction(Samples.getFunction()); in addProfiledCalls()
175 addProfiledFunction(Target); in addProfiledCalls()
182 addProfiledFunction(InlinedSamples.first); in addProfiledCalls()
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp1842 ProfiledCG->addProfiledFunction( in emitAnnotations()