Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DGenericIteratedDominanceFrontier.h76 void setDefiningBlocks(const SmallPtrSetImpl<NodeTy *> &Blocks) { in setDefiningBlocks() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSSAUpdaterBulk.cpp137 IDF.setDefiningBlocks(DefBlocks); in RewriteAllUses()
H A DPromoteMemoryToRegister.cpp831 IDF.setDefiningBlocks(DefBlocks); in run()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DADCE.cpp494 IDFs.setDefiningBlocks(NewLiveBlocks); in markLiveBranchesFromControlDependences()
H A DGVNHoist.cpp434 IDFs.setDefiningBlocks(VNBlocks); in computeInsertionPoints()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMemorySSAUpdater.cpp376 IDFs.setDefiningBlocks(DefiningBlocks); in insertDef()
1079 IDFs.setDefiningBlocks(DefiningBlocks); in applyInsertUpdates()
H A DMemorySSA.cpp1509 IDFs.setDefiningBlocks(DefiningBlocks); in placePHINodes()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp2793 IDF.setDefiningBlocks(DefBlocks); in BlockPHIPlacement()