Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DPathProfileInfo.cpp36 class PathProfileLoaderPass : public ModulePass, public PathProfileInfo { class
38 PathProfileLoaderPass() : ModulePass(ID) { } in PathProfileLoaderPass() function in __anon7644c0920111::PathProfileLoaderPass
39 ~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 …]