Searched defs:PathProfileLoaderPass (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Analysis/
H A DPathProfileInfo.cpp36 class PathProfileLoaderPass : public ModulePass, public PathProfileInfo { class in namespace:__anon8611
38 PathProfileLoaderPass() : ModulePass(ID) { } function in class:__anon8611::PathProfileLoaderPass
39 ~PathProfileLoaderPass();
86 char PathProfileLoaderPass::ID = 0;
90 INITIALIZE_AG_PASS(PathProfileLoaderPass, PathProfileInfo,
95 char &llvm::PathProfileLoaderPassID = PathProfileLoaderPass::ID;
99 return new PathProfileLoaderPass;
282 PathProfileLoaderPass::~PathProfileLoaderPass() {
291 bool PathProfileLoaderPass
[all...]

Completed in 62 milliseconds