reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
76 template <typename PassName> Pass *callDefaultCtor() { return new PassName(); }
lib/Transforms/Scalar/LoopVersioningLICM.cpp158 AutoResetter(LoopVersioningLICM &LVLICM) : LVLICM(LVLICM) {} 162 LoopVersioningLICM &LVLICM; 640 Pass *llvm::createLoopVersioningLICMPass() { return new LoopVersioningLICM(); }