Searched refs:InsertProfilingInitCall (Results 1 – 5 of 5) sorted by relevance
/external/llvm/lib/Transforms/Instrumentation/ |
D | ProfilingUtils.h | 27 void InsertProfilingInitCall(Function *MainFn, const char *FnName,
|
D | EdgeProfiling.cpp | 114 InsertProfilingInitCall(Main, "llvm_start_edge_profiling", Counters); in runOnModule()
|
D | OptimalEdgeProfiling.cpp | 222 InsertProfilingInitCall(Main, "llvm_start_opt_edge_profiling", Counters); in runOnModule()
|
D | ProfilingUtils.cpp | 24 void llvm::InsertProfilingInitCall(Function *MainFn, const char *FnName, in InsertProfilingInitCall() function in llvm
|
D | PathProfiling.cpp | 1391 InsertProfilingInitCall(Main, "llvm_start_path_profiling", functionTable, in runOnModule()
|