Home
last modified time | relevance | path

Searched refs:removeMemoryAccess (Results 1 – 7 of 7) 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.cpp104 removeMemoryAccess(Phi); in getPreviousDefRecursive()
235 removeMemoryAccess(Phi); in tryRemoveTrivialPhi()
1015 removeMemoryAccess(NewPhi); in applyInsertUpdates()
1279 void MemorySSAUpdater::removeMemoryAccess(MemoryAccess *MA, bool OptimizePhis) { in removeMemoryAccess() function in MemorySSAUpdater
1390 removeMemoryAccess(&*(BBI++)); in changeToUnreachable()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DGVNHoist.cpp923 MSSAUpdater->removeMemoryAccess(OldMA); in rauw()
948 MSSAUpdater->removeMemoryAccess(Phi); in raMPHIuw()
DLoopUnswitch.cpp1434 MSSAU->removeMemoryAccess(I); in ReplaceUsesOfWith()
1599 MSSAU->removeMemoryAccess(I); in SimplifyCode()
DLICM.cpp1444 MSSAU->removeMemoryAccess(&I); in eraseInstruction()
1846 MSSAU->removeMemoryAccess(I); in instructionDeleted()
DEarlyCSE.cpp767 MSSAUpdater->removeMemoryAccess(Inst, true); in removeMSSA()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLocal.cpp483 MSSAU->removeMemoryAccess(&I); in RecursivelyDeleteTriviallyDeadInstructions()