Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DMemorySSAUpdater.h212 MemoryAccess *getPreviousDefInBlock(MemoryAccess *);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DMemorySSAUpdater.cpp119 if (auto *LocalResult = getPreviousDefInBlock(MA)) in getPreviousDef()
128 MemoryAccess *MemorySSAUpdater::getPreviousDefInBlock(MemoryAccess *MA) { in getPreviousDefInBlock() function in MemorySSAUpdater