| /freebsd/contrib/llvm-project/llvm/lib/SandboxIR/ |
| H A D | PassManager.cpp | 23 bool RegionPassManager::runOnRegion(Region &R, const Analyses &A) { in runOnRegion() function in llvm::sandboxir::RegionPassManager 26 Change |= Pass->runOnRegion(R, A); in runOnRegion()
|
| /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() function in llvm::sandboxir::TransactionSave
|
| H A D | RegionsFromMetadata.cpp | 25 Change |= RPM.runOnRegion(*R, A); in runOnFunction()
|
| H A D | RegionsFromBBs.cpp | 31 RPM.runOnRegion(*RgnPtr, A); in runOnFunction()
|
| H A D | TransactionAcceptOrRevert.cpp | 22 bool TransactionAcceptOrRevert::runOnRegion(Region &Rgn, const Analyses &A) { in runOnRegion() function in llvm::sandboxir::TransactionAcceptOrRevert
|
| H A D | PackReuse.cpp | 14 bool PackReuse::runOnRegion(Region &Rgn, const Analyses &A) { in runOnRegion() function in llvm::sandboxir::PackReuse
|
| H A D | SeedCollection.cpp | 96 Change |= RPM.runOnRegion(Rgn, A); in runOnFunction()
|
| H A D | BottomUpVec.cpp | 500 bool BottomUpVec::runOnRegion(Region &Rgn, const Analyses &A) { in runOnRegion() function in llvm::sandboxir::BottomUpVec
|
| /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() function
|
| H A D | PrintInstructionCount.h | 15 bool runOnRegion(Region &R, const Analyses &A) final { in runOnRegion() function
|
| H A D | PrintRegion.h | 13 bool runOnRegion(Region &R, const Analyses &A) final { in runOnRegion() function
|
| H A D | TransactionAlwaysRevert.h | 24 bool runOnRegion(Region &Rgn, const Analyses &A) final { in runOnRegion() function
|
| H A D | TransactionAlwaysAccept.h | 24 bool runOnRegion(Region &Rgn, const Analyses &A) final { in runOnRegion() function
|
| H A D | BottomUpVec.h | 99 bool runOnRegion(Region &Rgn, const Analyses &A) final;
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | RegionPass.cpp | 100 LocalChanged = P->runOnRegion(CurrentRegion, *this); in runOnFunction() 191 bool runOnRegion(Region *R, RGPassManager &RGM) override { in runOnRegion() function in __anon826a089e0111::PrintRegionPass
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | RegionPass.h | 49 virtual bool runOnRegion(Region *R, RGPassManager &RGM) = 0;
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/ |
| H A D | Pass.h | 89 virtual bool runOnRegion(Region &R, const Analyses &A) = 0;
|
| H A D | PassManager.h | 222 bool runOnRegion(Region &R, const Analyses &A) final;
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | StructurizeCFG.cpp | 379 bool runOnRegion(Region *R, RGPassManager &RGM) override { in runOnRegion() function in __anone8c890770111::StructurizeCFGLegacyPass
|