Home
last modified time | relevance | path

Searched defs:PassInfoMixin (Results 1 – 2 of 2) sorted by relevance

/external/llvm/include/llvm/IR/
DPassManager.h180 template <typename DerivedT> struct PassInfoMixin { struct
194 /// automatically mixes in \c PassInfoMixin and adds informational APIs argument
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DPassManager.h365 template <typename DerivedT> struct PassInfoMixin { struct
368 static_assert(std::is_base_of<PassInfoMixin, DerivedT>::value, in name() argument