Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Transforms/Scalar/
DLoopPassManager.h58 using HasRunOnLoopT = decltype(std::declval<PassT>().run( variable
106 std::enable_if_t<is_detected<HasRunOnLoopT, PassT>::value>
120 std::enable_if_t<!is_detected<HasRunOnLoopT, PassT>::value>
138 std::enable_if_t<is_detected<HasRunOnLoopT, PassT>::value>
153 std::enable_if_t<!is_detected<HasRunOnLoopT, PassT>::value>
479 inline std::enable_if_t<is_detected<HasRunOnLoopT, LoopPassT>::value,
498 inline std::enable_if_t<!is_detected<HasRunOnLoopT, LoopNestPassT>::value,