Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A 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
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
H A DMemorySSA.cpp991 class MemorySSA::ClobberWalkerBase { class in llvm::MemorySSA
996 ClobberWalkerBase(MemorySSA *M, DominatorTree *D) : Walker(*M, *D), MSSA(M) {} in ClobberWalkerBase() function in llvm::MemorySSA::ClobberWalkerBase