Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DMemorySSAUpdater.h270 MemoryAccess *getPreviousDefInBlock(MemoryAccess *);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DMemorySSAUpdater.cpp143 if (auto *LocalResult = getPreviousDefInBlock(MA)) in getPreviousDef()
152 MemoryAccess *MemorySSAUpdater::getPreviousDefInBlock(MemoryAccess *MA) { in getPreviousDefInBlock() function in MemorySSAUpdater