Home
last modified time | relevance | path

Searched defs:BatchAA (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DMemoryDependenceAnalysis.cpp249 BatchAAResults &BatchAA) { in getPointerDependencyFrom()
277 BatchAAResults BatchAA(AA); in getPointerDependencyFrom() local
372 BatchAAResults &BatchAA) { in getSimplePointerDependencyFrom()
908 BatchAAResults &BatchAA) { in GetNonLocalInfoForBlock()
1200 BatchAAResults BatchAA(AA); in getNonLocalPointerDepFromBB() local
H A DMemorySSA.cpp1246 BatchAAResults BatchAA(*AA); in MemorySSA() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp849 BatchAAResults BatchAA; member