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