Searched refs:PathProfileLoaderPass (Results 1 – 1 of 1) sorted by relevance
36 class PathProfileLoaderPass : public ModulePass, public PathProfileInfo { class38 PathProfileLoaderPass() : ModulePass(ID) { } in PathProfileLoaderPass() function in __anon7644c0920111::PathProfileLoaderPass39 ~PathProfileLoaderPass();86 char PathProfileLoaderPass::ID = 0;90 INITIALIZE_AG_PASS(PathProfileLoaderPass, PathProfileInfo,95 char &llvm::PathProfileLoaderPassID = PathProfileLoaderPass::ID;99 return new PathProfileLoaderPass; in createPathProfileLoaderPass()282 PathProfileLoaderPass::~PathProfileLoaderPass() { in ~PathProfileLoaderPass()291 bool PathProfileLoaderPass::runOnModule(Module &M) { in runOnModule()324 void PathProfileLoaderPass::buildFunctionRefs (Module &M) { in buildFunctionRefs()[all …]