Home
last modified time | relevance | path

Searched refs:WalkerBase (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DMemorySSA.cpp1552 ClobberWalkerBase<BatchAAResults> WalkerBase(this, &BAA, DT); in buildMemorySSA() local
1553 CachingWalker<BatchAAResults> WalkerLocal(this, &WalkerBase); in buildMemorySSA()
1569 if (!WalkerBase) in getWalkerImpl()
1570 WalkerBase = in getWalkerImpl()
1574 std::make_unique<CachingWalker<AliasAnalysis>>(this, WalkerBase.get()); in getWalkerImpl()
1582 if (!WalkerBase) in getSkipSelfWalker()
1583 WalkerBase = in getSkipSelfWalker()
1587 std::make_unique<SkipSelfWalker<AliasAnalysis>>(this, WalkerBase.get()); in getSkipSelfWalker()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DMemorySSA.h894 std::unique_ptr<ClobberWalkerBase<AliasAnalysis>> WalkerBase;