Searched refs:applyInsertUpdates (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/llvm/include/llvm/Analysis/ |
| H A D | MemorySSAUpdater.h | 126 void applyInsertUpdates(ArrayRef<CFGUpdate> Updates, DominatorTree &DT); 286 void applyInsertUpdates(ArrayRef<CFGUpdate>, DominatorTree &DT,
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | MemorySSAUpdater.cpp | 784 applyInsertUpdates(Updates, DT); in privateUpdateExitBlocksForClonedLoop() 840 applyInsertUpdates(InsertUpdates, DT, &GD); in applyUpdates() 852 applyInsertUpdates(InsertUpdates, DT, &GD); in applyUpdates() 860 void MemorySSAUpdater::applyInsertUpdates(ArrayRef<CFGUpdate> Updates, in applyInsertUpdates() function in MemorySSAUpdater 863 applyInsertUpdates(Updates, DT, &GD); in applyInsertUpdates() 866 void MemorySSAUpdater::applyInsertUpdates(ArrayRef<CFGUpdate> Updates, in applyInsertUpdates() function in MemorySSAUpdater
|
| /llvm-project-15.0.7/llvm/unittests/Analysis/ |
| H A D | MemorySSATest.cpp | 1469 MSSAU->applyInsertUpdates(Updates, Analyses->DT); in TEST_F() 1531 MSSAU->applyInsertUpdates(Updates, Analyses->DT); in TEST_F() 1600 MSSAU->applyInsertUpdates(Updates, Analyses->DT); in TEST_F()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Scalar/ |
| H A D | SimpleLoopUnswitch.cpp | 603 MSSAU->applyInsertUpdates(Updates, DT); in unswitchTrivialBranch()
|