1 //===- InstrOrderFile.h ---- Late IR instrumentation for order file ----===//
3 // The LLVM Compiler Infrastructure
5 // This file is distributed under the University of Illinois Open Source
6 // License. See LICENSE.TXT for details.
8 //===----------------------------------------------------------------------===//
10 //===----------------------------------------------------------------------===//
12 #ifndef LLVM_TRANSFORMS_INSTRORDERFILE_H
13 #define LLVM_TRANSFORMS_INSTRORDERFILE_H
15 #include "llvm/IR/PassManager.h"
20 /// The instrumentation pass for recording function order.
21 class InstrOrderFilePass
: public PassInfoMixin
<InstrOrderFilePass
> {
23 PreservedAnalyses
run(Module
&M
, ModuleAnalysisManager
&AM
);
26 } // end namespace llvm
28 #endif // LLVM_TRANSFORMS_INSTRORDERFILE_H