Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DMemorySSA.cpp990 template <class AliasAnalysisType> class MemorySSA::ClobberWalkerBase { class in llvm::MemorySSA
995 ClobberWalkerBase(MemorySSA *M, AliasAnalysisType *A, DominatorTree *D) in ClobberWalkerBase() function in llvm::MemorySSA::ClobberWalkerBase
1015 ClobberWalkerBase<AliasAnalysisType> *Walker;
1018 CachingWalker(MemorySSA *M, ClobberWalkerBase<AliasAnalysisType> *W) in CachingWalker()
1051 ClobberWalkerBase<AliasAnalysisType> *Walker;
1054 SkipSelfWalker(MemorySSA *M, ClobberWalkerBase<AliasAnalysisType> *W) in SkipSelfWalker()
1552 ClobberWalkerBase<BatchAAResults> WalkerBase(this, &BAA, DT); in buildMemorySSA()
1571 std::make_unique<ClobberWalkerBase<AliasAnalysis>>(this, AA, DT); in getWalkerImpl()
1584 std::make_unique<ClobberWalkerBase<AliasAnalysis>>(this, AA, DT); in getSkipSelfWalker()
2318 MemorySSA::ClobberWalkerBase<AliasAnalysisType>::getClobberingMemoryAccessBase( in getClobberingMemoryAccessBase()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DMemorySSA.h837 template <class AliasAnalysisType> class ClobberWalkerBase;
894 std::unique_ptr<ClobberWalkerBase<AliasAnalysis>> WalkerBase;