Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/IPO/
H A DProfiledCallGraph.h82 addProfiledFunction(ContextTracker.getFuncNameFor(Callee)); in ProfiledCallGraph()
99 addProfiledFunction(ContextTracker.getFuncNameFor(Callee)); in ProfiledCallGraph()
129 void addProfiledFunction(StringRef Name) { in addProfiledFunction() function
159 addProfiledFunction(Samples.getFuncName()); in addProfiledCalls()
163 addProfiledFunction(Target); in addProfiledCalls()
170 addProfiledFunction(InlinedSamples.first); in addProfiledCalls()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp1830 ProfiledCG->addProfiledFunction(FunctionSamples::getCanonicalFnName(*F)); in buildProfiledCallGraph()