Searched refs:NoPathProfileInfo (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Analysis/
H A DPathProfileInfo.cpp89 NoPathProfileInfo)
407 struct NoPathProfileInfo : public ImmutablePass, public PathProfileInfo { struct in namespace:__anon8612
409 NoPathProfileInfo() : ImmutablePass(ID) { function in struct:__anon8612::NoPathProfileInfo
424 return "NoPathProfileInfo";
429 char NoPathProfileInfo::ID = 0;
431 INITIALIZE_AG_PASS(NoPathProfileInfo, PathProfileInfo, "no-path-profile",
434 ImmutablePass *llvm::createNoPathProfileInfoPass() { return new NoPathProfileInfo(); }

Completed in 33 milliseconds