Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DGenericLoopInfoImpl.h179 using detect_has_hoist_check = llvm::is_detected<has_hoist_check, BlockT>; variable
184 if constexpr (detect_has_hoist_check<BlockT>::value) in isLegalToHoistInto()