Home
last modified time | relevance | path

Searched refs:setDefiningBlocks (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DIteratedDominanceFrontier.h61 void setDefiningBlocks(const SmallPtrSetImpl<BasicBlock *> &Blocks) { in setDefiningBlocks() function
/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DSSAUpdaterBulk.cpp144 IDF.setDefiningBlocks(DefBlocks); in RewriteAllUses()
H A DPromoteMemoryToRegister.cpp636 IDF.setDefiningBlocks(DefBlocks); in run()
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DADCE.cpp484 IDFs.setDefiningBlocks(NewLiveBlocks); in markLiveBranchesFromControlDependences()
H A DGVNHoist.cpp784 IDFs.setDefiningBlocks(VNBlocks); in computeInsertionPoints()
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DMemorySSAUpdater.cpp858 IDFs.setDefiningBlocks(DefiningBlocks); in applyInsertUpdates()
H A DMemorySSA.cpp1417 IDFs.setDefiningBlocks(DefiningBlocks); in placePHINodes()