Searched defs:RegisterPass (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/
H A DPassSupport.h93 /// RegisterPass<t> template - This template class is used to notify the system
100 /// static RegisterPass<YourPassClassName> tmp("passopt", "My Pass Name");
107 /// static RegisterPass<PassClassName> tmp("passopt", "My Name");
110 struct RegisterPass : public PassInfo { struct in namespace:llvm
113 RegisterPass(const char *PassArg, const char *Name, bool CFGOnly = false, function in struct:llvm::RegisterPass
213 /// at runtime (which can be because of the RegisterPass constructors being run

Completed in 102 milliseconds