| /freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/ |
| H A D | Pass.h | 26 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 D | PassManager.h | 212 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 D | PassManager.cpp | 13 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 D | RegAllocGreedy.cpp | 200 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 D | InlineSpiller.cpp | 131 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 D | module.modulemap | 10 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 D | Analyses.def | 1 //===-- Analyses.def - Metadata about Static Analyses -----------*- C++ -*-===//
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/SandboxVectorizer/Passes/ |
| H A D | TransactionSave.cpp | 15 bool TransactionSave::runOnRegion(Region &Rgn, const Analyses &A) { in runOnRegion()
|
| H A D | RegionsFromMetadata.cpp | 20 bool RegionsFromMetadata::runOnFunction(Function &F, const Analyses &A) { in runOnFunction()
|
| H A D | RegionsFromBBs.cpp | 20 bool RegionsFromBBs::runOnFunction(Function &F, const Analyses &A) { in runOnFunction()
|
| H A D | TransactionAcceptOrRevert.cpp | 22 bool TransactionAcceptOrRevert::runOnRegion(Region &Rgn, const Analyses &A) { in runOnRegion()
|
| H A D | PackReuse.cpp | 14 bool PackReuse::runOnRegion(Region &Rgn, const Analyses &A) { in runOnRegion()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/SandboxVectorizer/Passes/ |
| H A D | TransactionSave.h | 23 bool runOnRegion(Region &Rgn, const Analyses &A) final;
|
| H A D | TransactionAcceptOrRevert.h | 25 bool runOnRegion(Region &Rgn, const Analyses &A) final;
|
| H A D | PackReuse.h | 31 bool runOnRegion(Region &Rgn, const Analyses &A) final;
|
| H A D | NullPass.h | 25 bool runOnRegion(Region &R, const Analyses &A) final { return false; } in runOnRegion()
|
| H A D | PrintInstructionCount.h | 15 bool runOnRegion(Region &R, const Analyses &A) final { in runOnRegion()
|
| H A D | PrintRegion.h | 13 bool runOnRegion(Region &R, const Analyses &A) final { in runOnRegion()
|
| H A D | TransactionAlwaysRevert.h | 24 bool runOnRegion(Region &Rgn, const Analyses &A) final { in runOnRegion()
|
| H A D | TransactionAlwaysAccept.h | 24 bool runOnRegion(Region &Rgn, const Analyses &A) final { in runOnRegion()
|
| H A D | RegionsFromBBs.h | 29 bool runOnFunction(Function &F, const Analyses &A) final;
|
| H A D | RegionsFromMetadata.h | 29 bool runOnFunction(Function &F, const Analyses &A) final;
|
| H A D | SeedCollection.h | 31 bool runOnFunction(Function &F, const Analyses &A) final;
|
| H A D | BottomUpVec.h | 99 bool runOnRegion(Region &Rgn, const Analyses &A) final;
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | Spiller.h | 61 Spiller *createInlineSpiller(const Spiller::RequiredAnalyses &Analyses,
|