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/ |
D | MemorySSAUpdater.h | 139 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/ |
D | MemorySSAUpdater.cpp | 757 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/ |
D | SimpleLoopUnswitch.cpp | 512 MSSAU->applyInsertUpdates(Updates, DT); in unswitchTrivialBranch()
|