Home
last modified time | relevance | path

Searched refs:OptimizePhis (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.h230 void removeMemoryAccess(MemoryAccess *, bool OptimizePhis = false);
235 void removeMemoryAccess(const Instruction *I, bool OptimizePhis = false) {
237 removeMemoryAccess(MA, OptimizePhis);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DMemorySSAUpdater.cpp1279 void MemorySSAUpdater::removeMemoryAccess(MemoryAccess *MA, bool OptimizePhis) { in removeMemoryAccess() argument
1319 if (OptimizePhis) in removeMemoryAccess()