Home
last modified time | relevance | path

Searched refs:InsertProfilingInitCall (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/Transforms/Instrumentation/
DProfilingUtils.h27 void InsertProfilingInitCall(Function *MainFn, const char *FnName,
DEdgeProfiling.cpp114 InsertProfilingInitCall(Main, "llvm_start_edge_profiling", Counters); in runOnModule()
DOptimalEdgeProfiling.cpp222 InsertProfilingInitCall(Main, "llvm_start_opt_edge_profiling", Counters); in runOnModule()
DProfilingUtils.cpp24 void llvm::InsertProfilingInitCall(Function *MainFn, const char *FnName, in InsertProfilingInitCall() function in llvm
DPathProfiling.cpp1391 InsertProfilingInitCall(Main, "llvm_start_path_profiling", functionTable, in runOnModule()