Polly
23.0.0git
llvm-project
polly
include
polly
ScopInliner.h
Go to the documentation of this file.
1
//===------ ScopInliner.h ------------------------------------------------===//
2
//
3
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4
// See https://llvm.org/LICENSE.txt for license information.
5
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6
//
7
//===----------------------------------------------------------------------===//
8
9
#ifndef POLLY_POLLYINLINER_H
10
#define POLLY_POLLYINLINER_H
11
12
#include "llvm/ADT/IntrusiveRefCntPtr.h"
13
#include "llvm/Analysis/CGSCCPassManager.h"
14
#include "llvm/Analysis/LazyCallGraph.h"
15
#include "llvm/IR/PassManager.h"
16
17
namespace
llvm
{
18
namespace
vfs
{
19
class
FileSystem;
20
}
21
}
// namespace llvm
22
23
namespace
polly
{
24
class
ScopInlinerPass
:
public
llvm::PassInfoMixin<ScopInlinerPass> {
25
llvm::IntrusiveRefCntPtr<llvm::vfs::FileSystem>
FS
;
26
27
public
:
28
explicit
ScopInlinerPass
(llvm::IntrusiveRefCntPtr<llvm::vfs::FileSystem>
FS
);
29
30
llvm::PreservedAnalyses
run
(llvm::LazyCallGraph::SCC &
C
,
31
llvm::CGSCCAnalysisManager &AM,
32
llvm::LazyCallGraph &CG,
33
llvm::CGSCCUpdateResult &UR);
34
};
35
}
// namespace polly
36
37
#endif
/* POLLY_POLLYINLINER_H */
polly::ScopInlinerPass::run
llvm::PreservedAnalyses run(llvm::LazyCallGraph::SCC &C, llvm::CGSCCAnalysisManager &AM, llvm::LazyCallGraph &CG, llvm::CGSCCUpdateResult &UR)
Definition
ScopInliner.cpp:118
polly::ScopInlinerPass::ScopInlinerPass
ScopInlinerPass(llvm::IntrusiveRefCntPtr< llvm::vfs::FileSystem > FS)
Definition
ScopInliner.cpp:105
polly::ScopInlinerPass::FS
llvm::IntrusiveRefCntPtr< llvm::vfs::FileSystem > FS
Definition
ScopInliner.h:25
C
#define C(FN,...)
Definition
isl_test2.cc:266
llvm::vfs
Definition
ScopInliner.h:18
llvm
Definition
CodeGeneration.h:14
polly
Definition
Canonicalization.h:14
Generated on
for Polly by
1.14.0