Searched refs:CFGUpdate (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/llvm/include/llvm/Analysis/ |
| H A D | MemorySSAUpdater.h | 66 using CFGUpdate = cfg::Update<BasicBlock *>; variable 132 void applyUpdates(ArrayRef<CFGUpdate> Updates, DominatorTree &DT); 134 void applyInsertUpdates(ArrayRef<CFGUpdate> Updates, DominatorTree &DT); 281 void applyInsertUpdates(ArrayRef<CFGUpdate>, DominatorTree &DT,
|
| /freebsd-12.1/contrib/llvm/lib/Analysis/ |
| H A D | MemorySSAUpdater.cpp | 556 SmallVector<CFGUpdate, 4> Updates; in privateUpdateExitBlocksForClonedLoop() 589 void MemorySSAUpdater::applyUpdates(ArrayRef<CFGUpdate> Updates, in applyUpdates() 591 SmallVector<CFGUpdate, 4> RevDeleteUpdates; in applyUpdates() 592 SmallVector<CFGUpdate, 4> InsertUpdates; in applyUpdates() 620 void MemorySSAUpdater::applyInsertUpdates(ArrayRef<CFGUpdate> Updates, in applyInsertUpdates() 626 void MemorySSAUpdater::applyInsertUpdates(ArrayRef<CFGUpdate> Updates, in applyInsertUpdates()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/ |
| H A D | SimpleLoopUnswitch.cpp | 497 SmallVector<CFGUpdate, 1> Updates; in unswitchTrivialBranch() 2124 SmallVector<CFGUpdate, 1> Updates; in unswitchNontrivialInvariants()
|