Searched refs:applyInsertUpdates (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
| H A D | MemorySSAUpdater.h | 128 void applyInsertUpdates(ArrayRef<CFGUpdate> Updates, DominatorTree &DT); 293 void applyInsertUpdates(ArrayRef<CFGUpdate>, DominatorTree &DT,
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
| H A D | MemorySSAUpdater.cpp | 785 applyInsertUpdates(Updates, DT); in privateUpdateExitBlocksForClonedLoop() 840 applyInsertUpdates(InsertUpdates, DT, &GD); in applyUpdates() 848 applyInsertUpdates(InsertUpdates, DT, &GD); in applyUpdates() 856 void MemorySSAUpdater::applyInsertUpdates(ArrayRef<CFGUpdate> Updates, in applyInsertUpdates() function in MemorySSAUpdater 859 applyInsertUpdates(Updates, DT, &GD); in applyInsertUpdates() 862 void MemorySSAUpdater::applyInsertUpdates(ArrayRef<CFGUpdate> Updates, in applyInsertUpdates() function in MemorySSAUpdater
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
| H A D | SimpleLoopUnswitch.cpp | 525 MSSAU->applyInsertUpdates(Updates, DT); in unswitchTrivialBranch()
|