Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DMemorySSAUpdater.h252 MemoryAccess *getPreviousDefInBlock(MemoryAccess *);
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DMemorySSAUpdater.cpp138 if (auto *LocalResult = getPreviousDefInBlock(MA)) in getPreviousDef()
147 MemoryAccess *MemorySSAUpdater::getPreviousDefInBlock(MemoryAccess *MA) { in getPreviousDefInBlock() function in MemorySSAUpdater