Lines Matching refs:ImmutablePass
1052 struct NoProfileInfo : public ImmutablePass, public ProfileInfo {1054 NoProfileInfo() : ImmutablePass(ID) {1079 ImmutablePass *llvm::createNoProfileInfoPass() { return new NoProfileInfo(); }