Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DMemorySSAUpdater.h54 using CFGUpdate = cfg::Update<BasicBlock *>; variable
125 void applyUpdates(ArrayRef<CFGUpdate> Updates, DominatorTree &DT,
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 DMemorySSAUpdater.cpp777 SmallVector<CFGUpdate, 4> Updates; in privateUpdateExitBlocksForClonedLoop()
810 void MemorySSAUpdater::applyUpdates(ArrayRef<CFGUpdate> Updates, in applyUpdates()
812 SmallVector<CFGUpdate, 4> DeleteUpdates; in applyUpdates()
813 SmallVector<CFGUpdate, 4> RevDeleteUpdates; in applyUpdates()
814 SmallVector<CFGUpdate, 4> InsertUpdates; in applyUpdates()
826 SmallVector<CFGUpdate, 0> Empty; in applyUpdates()
856 void MemorySSAUpdater::applyInsertUpdates(ArrayRef<CFGUpdate> Updates, in applyInsertUpdates()
862 void MemorySSAUpdater::applyInsertUpdates(ArrayRef<CFGUpdate> Updates, in applyInsertUpdates()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DSimpleLoopUnswitch.cpp523 SmallVector<CFGUpdate, 1> Updates; in unswitchTrivialBranch()