Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DMemorySSAUpdater.h259 MemoryAccess *getPreviousDefInBlock(MemoryAccess *);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DMemorySSAUpdater.cpp145 if (auto *LocalResult = getPreviousDefInBlock(MA)) in getPreviousDef()
154 MemoryAccess *MemorySSAUpdater::getPreviousDefInBlock(MemoryAccess *MA) { in getPreviousDefInBlock() function in MemorySSAUpdater