Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
H A DProfiledCallGraph.h60 addProfiledFunction(Callee->getFuncName()); in ProfiledCallGraph()
76 addProfiledFunction(Callee->getFuncName()); in ProfiledCallGraph()
86 void addProfiledFunction(StringRef Name) { in addProfiledFunction() function
105 addProfiledFunction(Samples.getFuncName()); in addProfiledCalls()
109 addProfiledFunction(Target.first()); in addProfiledCalls()
116 addProfiledFunction(InlinedSamples.first); in addProfiledCalls()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp1640 ProfiledCG->addProfiledFunction(FunctionSamples::getCanonicalFnName(*F)); in INITIALIZE_PASS_DEPENDENCY()