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.h53 using CFGUpdate = cfg::Update<BasicBlock *>; variable
125 LLVM_ABI void applyUpdates(ArrayRef<CFGUpdate> Updates, DominatorTree &DT,
128 LLVM_ABI void applyInsertUpdates(ArrayRef<CFGUpdate> Updates,
296 void applyInsertUpdates(ArrayRef<CFGUpdate>, DominatorTree &DT,
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMemorySSAUpdater.cpp760 SmallVector<CFGUpdate, 4> Updates; in privateUpdateExitBlocksForClonedLoop()
793 void MemorySSAUpdater::applyUpdates(ArrayRef<CFGUpdate> Updates, in applyUpdates()
795 SmallVector<CFGUpdate, 4> DeleteUpdates; in applyUpdates()
796 SmallVector<CFGUpdate, 4> RevDeleteUpdates; in applyUpdates()
797 SmallVector<CFGUpdate, 4> InsertUpdates; in applyUpdates()
810 SmallVector<CFGUpdate, 0> Empty; in applyUpdates()
844 void MemorySSAUpdater::applyInsertUpdates(ArrayRef<CFGUpdate> Updates, in applyInsertUpdates()
850 void MemorySSAUpdater::applyInsertUpdates(ArrayRef<CFGUpdate> Updates, in applyInsertUpdates()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSimpleLoopUnswitch.cpp668 SmallVector<CFGUpdate, 1> Updates; in unswitchTrivialBranch()