//===- GenericUniformityInfo.h ---------------------------*- C++ -*--------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===----------------------------------------------------------------------===// #ifndef LLVM_ADT_GENERICUNIFORMITYINFO_H #define LLVM_ADT_GENERICUNIFORMITYINFO_H #include "llvm/ADT/GenericCycleInfo.h" #include "llvm/Support/raw_ostream.h" namespace llvm { class TargetTransformInfo; template <typename ContextT> class GenericUniformityAnalysisImpl; template <typename ImplT> struct GenericUniformityAnalysisImplDeleter { … }; template <typename ContextT> class GenericUniformityInfo { … }; } // namespace llvm #endif // LLVM_ADT_GENERICUNIFORMITYINFO_H