Home
last modified time | relevance | path

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

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