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

/external/llvm/lib/Transforms/Hello/
H A DHello.cpp40 static RegisterPass<Hello> X("hello", "Hello World Pass");
63 static RegisterPass<Hello2>
/external/llvm/tools/bugpoint-passes/
H A DTestPasses.cpp47 static RegisterPass<CrashOnCalls>
73 static RegisterPass<DeleteCalls>
/external/llvm/tools/opt/
H A DAnalysisWrappers.cpp72 static RegisterPass<ExternalFunctionsPassedConstants>
93 static RegisterPass<CallGraphPrinter>
H A DGraphPrinters.cpp90 static RegisterPass<CallGraphPrinter> P2("dot-callgraph",
117 static RegisterPass<DomInfoPrinter>
H A DPrintSCC.cpp67 static RegisterPass<CFGSCC>
71 static RegisterPass<CallGraphSCC>
/external/llvm/include/llvm/
H A DPassSupport.h35 /// getPassInfo() method. These objects are set up by the RegisterPass<>
55 /// through RegisterPass.
62 /// through RegisterPass. This version is for use by analysis groups; it
181 /// RegisterPass<t> template - This template class is used to notify the system
188 /// static RegisterPass<YourPassClassName> tmp("passopt", "My Pass Name");
195 /// static RegisterPass<PassClassName> tmp("passopt", "My Name");
198 struct RegisterPass : public PassInfo { struct in namespace:llvm
201 RegisterPass(const char *PassArg, const char *Name, bool CFGOnly = false, function in struct:llvm::RegisterPass
301 /// at runtime (which can be because of the RegisterPass constructors being run

Completed in 144 milliseconds