Home
last modified time | relevance | path

Searched refs:applyInsertUpdates (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DMemorySSAUpdater.h139 void applyInsertUpdates(ArrayRef<CFGUpdate> Updates, DominatorTree &DT);
304 void applyInsertUpdates(ArrayRef<CFGUpdate>, DominatorTree &DT,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DMemorySSAUpdater.cpp757 applyInsertUpdates(Updates, DT); in privateUpdateExitBlocksForClonedLoop()
802 applyInsertUpdates(InsertUpdates, NewDT, &GD); in applyUpdates()
805 applyInsertUpdates(InsertUpdates, DT, &GD); in applyUpdates()
813 void MemorySSAUpdater::applyInsertUpdates(ArrayRef<CFGUpdate> Updates, in applyInsertUpdates() function in MemorySSAUpdater
816 applyInsertUpdates(Updates, DT, &GD); in applyInsertUpdates()
819 void MemorySSAUpdater::applyInsertUpdates(ArrayRef<CFGUpdate> Updates, in applyInsertUpdates() function in MemorySSAUpdater
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DSimpleLoopUnswitch.cpp512 MSSAU->applyInsertUpdates(Updates, DT); in unswitchTrivialBranch()