Home
last modified time | relevance | path

Searched refs:AssumptionCacheTracker (Results 1 – 25 of 991) sorted by relevance

12345678910>>...40

/dports/devel/llvm90/llvm-9.0.1.src/lib/Analysis/
H A DAssumptionCache.cpp236 void AssumptionCacheTracker::FunctionCallbackVH::deleted() { in deleted()
243 AssumptionCache &AssumptionCacheTracker::getAssumptionCache(Function &F) { in getAssumptionCache()
260 AssumptionCache *AssumptionCacheTracker::lookupAssumptionCache(Function &F) { in lookupAssumptionCache()
267 void AssumptionCacheTracker::verifyAnalysis() const { in verifyAnalysis()
289 AssumptionCacheTracker::AssumptionCacheTracker() : ImmutablePass(ID) { in AssumptionCacheTracker() function in AssumptionCacheTracker
293 AssumptionCacheTracker::~AssumptionCacheTracker() = default;
295 char AssumptionCacheTracker::ID = 0;
297 INITIALIZE_PASS(AssumptionCacheTracker, "assumption-cache-tracker",
/dports/devel/llvm10/llvm-10.0.1.src/lib/Analysis/
H A DAssumptionCache.cpp241 void AssumptionCacheTracker::FunctionCallbackVH::deleted() { in deleted()
248 AssumptionCache &AssumptionCacheTracker::getAssumptionCache(Function &F) { in getAssumptionCache()
265 AssumptionCache *AssumptionCacheTracker::lookupAssumptionCache(Function &F) { in lookupAssumptionCache()
272 void AssumptionCacheTracker::verifyAnalysis() const { in verifyAnalysis()
294 AssumptionCacheTracker::AssumptionCacheTracker() : ImmutablePass(ID) { in AssumptionCacheTracker() function in AssumptionCacheTracker
298 AssumptionCacheTracker::~AssumptionCacheTracker() = default;
300 char AssumptionCacheTracker::ID = 0;
302 INITIALIZE_PASS(AssumptionCacheTracker, "assumption-cache-tracker",
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DAssumptionCache.cpp241 void AssumptionCacheTracker::FunctionCallbackVH::deleted() { in deleted()
248 AssumptionCache &AssumptionCacheTracker::getAssumptionCache(Function &F) { in getAssumptionCache()
265 AssumptionCache *AssumptionCacheTracker::lookupAssumptionCache(Function &F) { in lookupAssumptionCache()
272 void AssumptionCacheTracker::verifyAnalysis() const { in verifyAnalysis()
294 AssumptionCacheTracker::AssumptionCacheTracker() : ImmutablePass(ID) { in AssumptionCacheTracker() function in AssumptionCacheTracker
298 AssumptionCacheTracker::~AssumptionCacheTracker() = default;
300 char AssumptionCacheTracker::ID = 0;
302 INITIALIZE_PASS(AssumptionCacheTracker, "assumption-cache-tracker",
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Analysis/
H A DAssumptionCache.cpp241 void AssumptionCacheTracker::FunctionCallbackVH::deleted() { in deleted()
248 AssumptionCache &AssumptionCacheTracker::getAssumptionCache(Function &F) { in getAssumptionCache()
265 AssumptionCache *AssumptionCacheTracker::lookupAssumptionCache(Function &F) { in lookupAssumptionCache()
272 void AssumptionCacheTracker::verifyAnalysis() const { in verifyAnalysis()
294 AssumptionCacheTracker::AssumptionCacheTracker() : ImmutablePass(ID) { in AssumptionCacheTracker() function in AssumptionCacheTracker
298 AssumptionCacheTracker::~AssumptionCacheTracker() = default;
300 char AssumptionCacheTracker::ID = 0;
302 INITIALIZE_PASS(AssumptionCacheTracker, "assumption-cache-tracker",
/dports/devel/llvm80/llvm-8.0.1.src/lib/Analysis/
H A DAssumptionCache.cpp220 void AssumptionCacheTracker::FunctionCallbackVH::deleted() { in deleted()
227 AssumptionCache &AssumptionCacheTracker::getAssumptionCache(Function &F) { in getAssumptionCache()
244 void AssumptionCacheTracker::verifyAnalysis() const { in verifyAnalysis()
266 AssumptionCacheTracker::AssumptionCacheTracker() : ImmutablePass(ID) { in AssumptionCacheTracker() function in AssumptionCacheTracker
270 AssumptionCacheTracker::~AssumptionCacheTracker() = default;
272 char AssumptionCacheTracker::ID = 0;
274 INITIALIZE_PASS(AssumptionCacheTracker, "assumption-cache-tracker",
/dports/devel/llvm70/llvm-7.0.1.src/lib/Analysis/
H A DAssumptionCache.cpp220 void AssumptionCacheTracker::FunctionCallbackVH::deleted() { in deleted()
227 AssumptionCache &AssumptionCacheTracker::getAssumptionCache(Function &F) { in getAssumptionCache()
244 void AssumptionCacheTracker::verifyAnalysis() const { in verifyAnalysis()
266 AssumptionCacheTracker::AssumptionCacheTracker() : ImmutablePass(ID) { in AssumptionCacheTracker() function in AssumptionCacheTracker
270 AssumptionCacheTracker::~AssumptionCacheTracker() = default;
272 char AssumptionCacheTracker::ID = 0;
274 INITIALIZE_PASS(AssumptionCacheTracker, "assumption-cache-tracker",
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Analysis/
H A DAssumptionCache.cpp264 void AssumptionCacheTracker::FunctionCallbackVH::deleted() { in deleted()
271 AssumptionCache &AssumptionCacheTracker::getAssumptionCache(Function &F) { in getAssumptionCache()
288 AssumptionCache *AssumptionCacheTracker::lookupAssumptionCache(Function &F) { in lookupAssumptionCache()
295 void AssumptionCacheTracker::verifyAnalysis() const { in verifyAnalysis()
317 AssumptionCacheTracker::AssumptionCacheTracker() : ImmutablePass(ID) { in AssumptionCacheTracker() function in AssumptionCacheTracker
321 AssumptionCacheTracker::~AssumptionCacheTracker() = default;
323 char AssumptionCacheTracker::ID = 0;
325 INITIALIZE_PASS(AssumptionCacheTracker, "assumption-cache-tracker",
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Analysis/
H A DAssumptionCache.cpp265 void AssumptionCacheTracker::FunctionCallbackVH::deleted() { in deleted()
272 AssumptionCache &AssumptionCacheTracker::getAssumptionCache(Function &F) { in getAssumptionCache()
289 AssumptionCache *AssumptionCacheTracker::lookupAssumptionCache(Function &F) { in lookupAssumptionCache()
296 void AssumptionCacheTracker::verifyAnalysis() const { in verifyAnalysis()
318 AssumptionCacheTracker::AssumptionCacheTracker() : ImmutablePass(ID) { in AssumptionCacheTracker() function in AssumptionCacheTracker
322 AssumptionCacheTracker::~AssumptionCacheTracker() = default;
324 char AssumptionCacheTracker::ID = 0;
326 INITIALIZE_PASS(AssumptionCacheTracker, "assumption-cache-tracker",
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Analysis/
H A DAssumptionCache.cpp265 void AssumptionCacheTracker::FunctionCallbackVH::deleted() { in deleted()
272 AssumptionCache &AssumptionCacheTracker::getAssumptionCache(Function &F) { in getAssumptionCache()
289 AssumptionCache *AssumptionCacheTracker::lookupAssumptionCache(Function &F) { in lookupAssumptionCache()
296 void AssumptionCacheTracker::verifyAnalysis() const { in verifyAnalysis()
318 AssumptionCacheTracker::AssumptionCacheTracker() : ImmutablePass(ID) { in AssumptionCacheTracker() function in AssumptionCacheTracker
322 AssumptionCacheTracker::~AssumptionCacheTracker() = default;
324 char AssumptionCacheTracker::ID = 0;
326 INITIALIZE_PASS(AssumptionCacheTracker, "assumption-cache-tracker",
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Analysis/
H A DAssumptionCache.cpp265 void AssumptionCacheTracker::FunctionCallbackVH::deleted() { in deleted()
272 AssumptionCache &AssumptionCacheTracker::getAssumptionCache(Function &F) { in getAssumptionCache()
289 AssumptionCache *AssumptionCacheTracker::lookupAssumptionCache(Function &F) { in lookupAssumptionCache()
296 void AssumptionCacheTracker::verifyAnalysis() const { in verifyAnalysis()
318 AssumptionCacheTracker::AssumptionCacheTracker() : ImmutablePass(ID) { in AssumptionCacheTracker() function in AssumptionCacheTracker
322 AssumptionCacheTracker::~AssumptionCacheTracker() = default;
324 char AssumptionCacheTracker::ID = 0;
326 INITIALIZE_PASS(AssumptionCacheTracker, "assumption-cache-tracker",
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Analysis/
H A DAssumptionCache.cpp268 void AssumptionCacheTracker::FunctionCallbackVH::deleted() { in deleted()
275 AssumptionCache &AssumptionCacheTracker::getAssumptionCache(Function &F) { in getAssumptionCache()
292 AssumptionCache *AssumptionCacheTracker::lookupAssumptionCache(Function &F) { in lookupAssumptionCache()
299 void AssumptionCacheTracker::verifyAnalysis() const { in verifyAnalysis()
321 AssumptionCacheTracker::AssumptionCacheTracker() : ImmutablePass(ID) { in AssumptionCacheTracker() function in AssumptionCacheTracker
325 AssumptionCacheTracker::~AssumptionCacheTracker() = default;
327 char AssumptionCacheTracker::ID = 0;
329 INITIALIZE_PASS(AssumptionCacheTracker, "assumption-cache-tracker",
/dports/devel/llvm11/llvm-11.0.1.src/lib/Analysis/
H A DAssumptionCache.cpp265 void AssumptionCacheTracker::FunctionCallbackVH::deleted() { in deleted()
272 AssumptionCache &AssumptionCacheTracker::getAssumptionCache(Function &F) { in getAssumptionCache()
289 AssumptionCache *AssumptionCacheTracker::lookupAssumptionCache(Function &F) { in lookupAssumptionCache()
296 void AssumptionCacheTracker::verifyAnalysis() const { in verifyAnalysis()
318 AssumptionCacheTracker::AssumptionCacheTracker() : ImmutablePass(ID) { in AssumptionCacheTracker() function in AssumptionCacheTracker
322 AssumptionCacheTracker::~AssumptionCacheTracker() = default;
324 char AssumptionCacheTracker::ID = 0;
326 INITIALIZE_PASS(AssumptionCacheTracker, "assumption-cache-tracker",
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Analysis/
H A DAssumptionCache.cpp265 void AssumptionCacheTracker::FunctionCallbackVH::deleted() { in deleted()
272 AssumptionCache &AssumptionCacheTracker::getAssumptionCache(Function &F) { in getAssumptionCache()
289 AssumptionCache *AssumptionCacheTracker::lookupAssumptionCache(Function &F) { in lookupAssumptionCache()
296 void AssumptionCacheTracker::verifyAnalysis() const { in verifyAnalysis()
318 AssumptionCacheTracker::AssumptionCacheTracker() : ImmutablePass(ID) { in AssumptionCacheTracker() function in AssumptionCacheTracker
322 AssumptionCacheTracker::~AssumptionCacheTracker() = default;
324 char AssumptionCacheTracker::ID = 0;
326 INITIALIZE_PASS(AssumptionCacheTracker, "assumption-cache-tracker",
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Analysis/
H A DAssumptionCache.cpp265 void AssumptionCacheTracker::FunctionCallbackVH::deleted() { in deleted()
272 AssumptionCache &AssumptionCacheTracker::getAssumptionCache(Function &F) { in getAssumptionCache()
289 AssumptionCache *AssumptionCacheTracker::lookupAssumptionCache(Function &F) { in lookupAssumptionCache()
296 void AssumptionCacheTracker::verifyAnalysis() const { in verifyAnalysis()
318 AssumptionCacheTracker::AssumptionCacheTracker() : ImmutablePass(ID) { in AssumptionCacheTracker() function in AssumptionCacheTracker
322 AssumptionCacheTracker::~AssumptionCacheTracker() = default;
324 char AssumptionCacheTracker::ID = 0;
326 INITIALIZE_PASS(AssumptionCacheTracker, "assumption-cache-tracker",
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Analysis/
H A DAssumptionCache.cpp265 void AssumptionCacheTracker::FunctionCallbackVH::deleted() { in deleted()
272 AssumptionCache &AssumptionCacheTracker::getAssumptionCache(Function &F) { in getAssumptionCache()
289 AssumptionCache *AssumptionCacheTracker::lookupAssumptionCache(Function &F) { in lookupAssumptionCache()
296 void AssumptionCacheTracker::verifyAnalysis() const { in verifyAnalysis()
318 AssumptionCacheTracker::AssumptionCacheTracker() : ImmutablePass(ID) { in AssumptionCacheTracker() function in AssumptionCacheTracker
322 AssumptionCacheTracker::~AssumptionCacheTracker() = default;
324 char AssumptionCacheTracker::ID = 0;
326 INITIALIZE_PASS(AssumptionCacheTracker, "assumption-cache-tracker",
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Analysis/
H A DAssumptionCache.cpp268 void AssumptionCacheTracker::FunctionCallbackVH::deleted() { in deleted()
275 AssumptionCache &AssumptionCacheTracker::getAssumptionCache(Function &F) { in getAssumptionCache()
292 AssumptionCache *AssumptionCacheTracker::lookupAssumptionCache(Function &F) { in lookupAssumptionCache()
299 void AssumptionCacheTracker::verifyAnalysis() const { in verifyAnalysis()
321 AssumptionCacheTracker::AssumptionCacheTracker() : ImmutablePass(ID) { in AssumptionCacheTracker() function in AssumptionCacheTracker
325 AssumptionCacheTracker::~AssumptionCacheTracker() = default;
327 char AssumptionCacheTracker::ID = 0;
329 INITIALIZE_PASS(AssumptionCacheTracker, "assumption-cache-tracker",
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Analysis/
H A DAssumptionCache.cpp265 void AssumptionCacheTracker::FunctionCallbackVH::deleted() { in deleted()
272 AssumptionCache &AssumptionCacheTracker::getAssumptionCache(Function &F) { in getAssumptionCache()
289 AssumptionCache *AssumptionCacheTracker::lookupAssumptionCache(Function &F) { in lookupAssumptionCache()
296 void AssumptionCacheTracker::verifyAnalysis() const { in verifyAnalysis()
318 AssumptionCacheTracker::AssumptionCacheTracker() : ImmutablePass(ID) { in AssumptionCacheTracker() function in AssumptionCacheTracker
322 AssumptionCacheTracker::~AssumptionCacheTracker() = default;
324 char AssumptionCacheTracker::ID = 0;
326 INITIALIZE_PASS(AssumptionCacheTracker, "assumption-cache-tracker",
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Transforms/IPO/
H A DSCCP.cpp75 this->getAnalysis<AssumptionCacheTracker>().getAssumptionCache( in runOnModule()
85 AU.addRequired<AssumptionCacheTracker>(); in getAnalysisUsage()
98 INITIALIZE_PASS_DEPENDENCY(AssumptionCacheTracker) in INITIALIZE_PASS_DEPENDENCY() argument
143 AU.addRequired<AssumptionCacheTracker>(); in getAnalysisUsage()
161 return this->getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F); in runOnModule()
170 this->getAnalysis<AssumptionCacheTracker>().getAssumptionCache( in runOnModule()
185 INITIALIZE_PASS_DEPENDENCY(AssumptionCacheTracker) in INITIALIZE_PASS_DEPENDENCY() argument
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Transforms/IPO/
H A DSCCP.cpp75 this->getAnalysis<AssumptionCacheTracker>().getAssumptionCache( in runOnModule()
85 AU.addRequired<AssumptionCacheTracker>(); in getAnalysisUsage()
98 INITIALIZE_PASS_DEPENDENCY(AssumptionCacheTracker) in INITIALIZE_PASS_DEPENDENCY() argument
143 AU.addRequired<AssumptionCacheTracker>(); in getAnalysisUsage()
161 return this->getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F); in runOnModule()
170 this->getAnalysis<AssumptionCacheTracker>().getAssumptionCache( in runOnModule()
185 INITIALIZE_PASS_DEPENDENCY(AssumptionCacheTracker) in INITIALIZE_PASS_DEPENDENCY() argument
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Transforms/IPO/
H A DSCCP.cpp75 this->getAnalysis<AssumptionCacheTracker>().getAssumptionCache( in runOnModule()
85 AU.addRequired<AssumptionCacheTracker>(); in getAnalysisUsage()
98 INITIALIZE_PASS_DEPENDENCY(AssumptionCacheTracker) in INITIALIZE_PASS_DEPENDENCY() argument
143 AU.addRequired<AssumptionCacheTracker>(); in getAnalysisUsage()
161 return this->getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F); in runOnModule()
170 this->getAnalysis<AssumptionCacheTracker>().getAssumptionCache( in runOnModule()
185 INITIALIZE_PASS_DEPENDENCY(AssumptionCacheTracker) in INITIALIZE_PASS_DEPENDENCY() argument
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Transforms/IPO/
H A DSCCP.cpp75 this->getAnalysis<AssumptionCacheTracker>().getAssumptionCache( in runOnModule()
85 AU.addRequired<AssumptionCacheTracker>(); in getAnalysisUsage()
98 INITIALIZE_PASS_DEPENDENCY(AssumptionCacheTracker) in INITIALIZE_PASS_DEPENDENCY() argument
143 AU.addRequired<AssumptionCacheTracker>(); in getAnalysisUsage()
161 return this->getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F); in runOnModule()
170 this->getAnalysis<AssumptionCacheTracker>().getAssumptionCache( in runOnModule()
185 INITIALIZE_PASS_DEPENDENCY(AssumptionCacheTracker) in INITIALIZE_PASS_DEPENDENCY() argument
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Transforms/IPO/
H A DSCCP.cpp75 this->getAnalysis<AssumptionCacheTracker>().getAssumptionCache( in runOnModule()
85 AU.addRequired<AssumptionCacheTracker>(); in getAnalysisUsage()
98 INITIALIZE_PASS_DEPENDENCY(AssumptionCacheTracker) in INITIALIZE_PASS_DEPENDENCY() argument
143 AU.addRequired<AssumptionCacheTracker>(); in getAnalysisUsage()
161 return this->getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F); in runOnModule()
170 this->getAnalysis<AssumptionCacheTracker>().getAssumptionCache( in runOnModule()
185 INITIALIZE_PASS_DEPENDENCY(AssumptionCacheTracker) in INITIALIZE_PASS_DEPENDENCY() argument
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Transforms/IPO/
H A DSCCP.cpp75 this->getAnalysis<AssumptionCacheTracker>().getAssumptionCache( in runOnModule()
85 AU.addRequired<AssumptionCacheTracker>(); in getAnalysisUsage()
98 INITIALIZE_PASS_DEPENDENCY(AssumptionCacheTracker) in INITIALIZE_PASS_DEPENDENCY() argument
143 AU.addRequired<AssumptionCacheTracker>(); in getAnalysisUsage()
161 return this->getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F); in runOnModule()
170 this->getAnalysis<AssumptionCacheTracker>().getAssumptionCache( in runOnModule()
185 INITIALIZE_PASS_DEPENDENCY(AssumptionCacheTracker) in INITIALIZE_PASS_DEPENDENCY() argument
/dports/devel/llvm10/llvm-10.0.1.src/include/llvm/Analysis/
H A DAssumptionCache.h185 class AssumptionCacheTracker : public ImmutablePass {
189 AssumptionCacheTracker *ACT;
196 FunctionCallbackVH(Value *V, AssumptionCacheTracker *ACT = nullptr)
219 AssumptionCacheTracker();
220 ~AssumptionCacheTracker() override;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DAssumptionCache.h185 class AssumptionCacheTracker : public ImmutablePass {
189 AssumptionCacheTracker *ACT;
196 FunctionCallbackVH(Value *V, AssumptionCacheTracker *ACT = nullptr)
219 AssumptionCacheTracker();
220 ~AssumptionCacheTracker() override;

12345678910>>...40