Searched defs:createPass (Results 1 – 2 of 2) sorted by relevance
/llvm-project/llvm/include/llvm/ | ||
H A D | PassInfo.h | 96 Pass *createPass() const { createPass() function |
/llvm-project/llvm/lib/IR/ | ||
H A D | Pass.cpp | 200 Pass *Pass::createPass(AnalysisID ID) { in createPass() function in Pass |