Home
last modified time | relevance | path

Searched refs:is_function_pass_t (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Passes/
H A DCodeGenPassBuilder.h157 using is_function_pass_t = decltype(std::declval<PassT &>().run( variable
179 static_assert((is_detected<is_function_pass_t, PassT>::value || in operator()
189 if constexpr (is_detected<is_function_pass_t, PassT>::value) { in operator()