Home
last modified time | relevance | path

Searched refs:Analyses (Results 1 – 25 of 37) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DPass.h26 class Analyses {
31 Analyses() = default;
34 Analyses(AAResults &AA, ScalarEvolution &SE, TargetTransformInfo &TTI) in Analyses() function
42 static Analyses emptyForTesting() { return Analyses(); } in emptyForTesting()
80 virtual bool runOnFunction(Function &F, const Analyses &A) = 0;
89 virtual bool runOnRegion(Region &R, const Analyses &A) = 0;
H A DPassManager.h212 bool runOnFunction(Function &F, const Analyses &A) final;
222 bool runOnRegion(Region &R, const Analyses &A) final;
/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DPassManager.cpp13 bool FunctionPassManager::runOnFunction(Function &F, const Analyses &A) { in runOnFunction()
23 bool RegionPassManager::runOnRegion(Region &R, const Analyses &A) { in runOnRegion()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp200 RAGreedy::RAGreedy(RequiredAnalyses &Analyses, const RegAllocFilterFunc F) in RAGreedy() argument
202 VRM = Analyses.VRM; in RAGreedy()
203 LIS = Analyses.LIS; in RAGreedy()
204 Matrix = Analyses.LRM; in RAGreedy()
205 Indexes = Analyses.Indexes; in RAGreedy()
206 MBFI = Analyses.MBFI; in RAGreedy()
207 DomTree = Analyses.DomTree; in RAGreedy()
208 Loops = Analyses.Loops; in RAGreedy()
209 ORE = Analyses.ORE; in RAGreedy()
210 Bundles = Analyses.Bundles; in RAGreedy()
[all …]
H A DInlineSpiller.cpp131 HoistSpillHelper(const Spiller::RequiredAnalyses &Analyses, in HoistSpillHelper() argument
133 : MF(mf), LIS(Analyses.LIS), LSS(Analyses.LSS), MDT(Analyses.MDT), in HoistSpillHelper()
135 TRI(*mf.getSubtarget().getRegisterInfo()), MBFI(Analyses.MBFI), in HoistSpillHelper()
189 InlineSpiller(const Spiller::RequiredAnalyses &Analyses, MachineFunction &MF, in InlineSpiller() argument
191 : MF(MF), LIS(Analyses.LIS), LSS(Analyses.LSS), VRM(VRM), in InlineSpiller()
194 HSpiller(Analyses, MF, VRM), VRAI(VRAI) {} in InlineSpiller()
234 llvm::createInlineSpiller(const InlineSpiller::RequiredAnalyses &Analyses, in createInlineSpiller() argument
237 return new InlineSpiller(Analyses, MF, VRM, VRAI, Matrix); in createInlineSpiller()
/freebsd/contrib/llvm-project/clang/include/
H A Dmodule.modulemap10 textual header "clang/Analysis/Analyses/ThreadSafetyOps.def"
18 exclude header "clang/Analysis/Analyses/ExprMutationAnalyzer.h"
102 module Analysis { textual header "clang/Analysis/Analyses/UnsafeBufferUsageGadgets.def" }
166 textual header "clang/StaticAnalyzer/Core/Analyses.def"
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DAnalyses.def1 //===-- Analyses.def - Metadata about Static Analyses -----------*- C++ -*-===//
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/SandboxVectorizer/Passes/
H A DTransactionSave.cpp15 bool TransactionSave::runOnRegion(Region &Rgn, const Analyses &A) { in runOnRegion()
H A DRegionsFromMetadata.cpp20 bool RegionsFromMetadata::runOnFunction(Function &F, const Analyses &A) { in runOnFunction()
H A DRegionsFromBBs.cpp20 bool RegionsFromBBs::runOnFunction(Function &F, const Analyses &A) { in runOnFunction()
H A DTransactionAcceptOrRevert.cpp22 bool TransactionAcceptOrRevert::runOnRegion(Region &Rgn, const Analyses &A) { in runOnRegion()
H A DPackReuse.cpp14 bool PackReuse::runOnRegion(Region &Rgn, const Analyses &A) { in runOnRegion()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/SandboxVectorizer/Passes/
H A DTransactionSave.h23 bool runOnRegion(Region &Rgn, const Analyses &A) final;
H A DTransactionAcceptOrRevert.h25 bool runOnRegion(Region &Rgn, const Analyses &A) final;
H A DPackReuse.h31 bool runOnRegion(Region &Rgn, const Analyses &A) final;
H A DNullPass.h25 bool runOnRegion(Region &R, const Analyses &A) final { return false; } in runOnRegion()
H A DPrintInstructionCount.h15 bool runOnRegion(Region &R, const Analyses &A) final { in runOnRegion()
H A DPrintRegion.h13 bool runOnRegion(Region &R, const Analyses &A) final { in runOnRegion()
H A DTransactionAlwaysRevert.h24 bool runOnRegion(Region &Rgn, const Analyses &A) final { in runOnRegion()
H A DTransactionAlwaysAccept.h24 bool runOnRegion(Region &Rgn, const Analyses &A) final { in runOnRegion()
H A DRegionsFromBBs.h29 bool runOnFunction(Function &F, const Analyses &A) final;
H A DRegionsFromMetadata.h29 bool runOnFunction(Function &F, const Analyses &A) final;
H A DSeedCollection.h31 bool runOnFunction(Function &F, const Analyses &A) final;
H A DBottomUpVec.h99 bool runOnRegion(Region &Rgn, const Analyses &A) final;
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSpiller.h61 Spiller *createInlineSpiller(const Spiller::RequiredAnalyses &Analyses,

12