//===- Transforms/IPO/SampleProfileMatcher.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 // //===----------------------------------------------------------------------===// // /// \file /// This file provides the interface for SampleProfileMatcher. // //===----------------------------------------------------------------------===// #ifndef LLVM_TRANSFORMS_IPO_SAMPLEPROFILEMATCHER_H #define LLVM_TRANSFORMS_IPO_SAMPLEPROFILEMATCHER_H #include "llvm/ADT/StringSet.h" #include "llvm/Transforms/Utils/SampleProfileLoaderBaseImpl.h" namespace llvm { AnchorList; AnchorMap; // Sample profile matching - fuzzy match. class SampleProfileMatcher { … }; } // end namespace llvm #endif // LLVM_TRANSFORMS_IPO_SAMPLEPROFILEMATCHER_H