Searched refs:NoProfileInfo (Results 1 – 1 of 1) sorted by relevance
32 INITIALIZE_ANALYSIS_GROUP(ProfileInfo, "Profile Information", NoProfileInfo)1052 struct NoProfileInfo : public ImmutablePass, public ProfileInfo { struct1054 NoProfileInfo() : ImmutablePass(ID) { in NoProfileInfo() argument1074 char NoProfileInfo::ID = 0;1076 INITIALIZE_AG_PASS(NoProfileInfo, ProfileInfo, "no-profile",1079 ImmutablePass *llvm::createNoProfileInfoPass() { return new NoProfileInfo(); } in createNoProfileInfoPass()