Home
last modified time | relevance | path

Searched refs:BatchAAResults (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DMemorySSA.cpp361 BatchAAResults &AA) { in lifetimeEndsAt()
1234 BatchAAResults BatchAA(*AA); in MemorySSA()
1277 OptimizeUses(MemorySSA *MSSA, CachingWalker<BatchAAResults> *Walker, in OptimizeUses()
1278 BatchAAResults *BAA, DominatorTree *DT) in OptimizeUses()
1307 CachingWalker<BatchAAResults> *Walker;
1308 BatchAAResults *AA;
1506 void MemorySSA::buildMemorySSA(BatchAAResults &BAA) { in buildMemorySSA()
1552 ClobberWalkerBase<BatchAAResults> WalkerBase(this, &BAA, DT); in buildMemorySSA()
1553 CachingWalker<BatchAAResults> WalkerLocal(this, &WalkerBase); in buildMemorySSA()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DAliasAnalysis.h309 class BatchAAResults; variable
768 friend class BatchAAResults; variable
777 class BatchAAResults {
782 BatchAAResults(AAResults &AAR) : AA(AAR), AAQI() {} in BatchAAResults() function
DMemorySSA.h843 void buildMemorySSA(BatchAAResults &BAA);