Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemorySSAUpdater.h52 using CFGUpdate = cfg::Update<BasicBlock *>; variable
123 void applyUpdates(ArrayRef<CFGUpdate> Updates, DominatorTree &DT,
126 void applyInsertUpdates(ArrayRef<CFGUpdate> Updates, DominatorTree &DT);
288 void applyInsertUpdates(ArrayRef<CFGUpdate>, DominatorTree &DT,
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMemorySSAUpdater.cpp751 SmallVector<CFGUpdate, 4> Updates; in privateUpdateExitBlocksForClonedLoop()
784 void MemorySSAUpdater::applyUpdates(ArrayRef<CFGUpdate> Updates, in applyUpdates()
786 SmallVector<CFGUpdate, 4> DeleteUpdates; in applyUpdates()
787 SmallVector<CFGUpdate, 4> RevDeleteUpdates; in applyUpdates()
788 SmallVector<CFGUpdate, 4> InsertUpdates; in applyUpdates()
801 SmallVector<CFGUpdate, 0> Empty; in applyUpdates()
835 void MemorySSAUpdater::applyInsertUpdates(ArrayRef<CFGUpdate> Updates, in applyInsertUpdates()
841 void MemorySSAUpdater::applyInsertUpdates(ArrayRef<CFGUpdate> Updates, in applyInsertUpdates()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSimpleLoopUnswitch.cpp662 SmallVector<CFGUpdate, 1> Updates; in unswitchTrivialBranch()