Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Analysis/
DProfileInfo.cpp32 INITIALIZE_ANALYSIS_GROUP(ProfileInfo, "Profile Information", NoProfileInfo)
1078 struct NoProfileInfo : public ImmutablePass, public ProfileInfo { struct
1080 NoProfileInfo() : ImmutablePass(ID) { in NoProfileInfo() argument
1100 char NoProfileInfo::ID = 0;
1102 INITIALIZE_AG_PASS(NoProfileInfo, ProfileInfo, "no-profile",
1105 ImmutablePass *llvm::createNoProfileInfoPass() { return new NoProfileInfo(); } in createNoProfileInfoPass()