Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DGenericIteratedDominanceFrontier.h75 void setDefiningBlocks(const SmallPtrSetImpl<NodeTy *> &Blocks) { in setDefiningBlocks() function
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DSSAUpdaterBulk.cpp137 IDF.setDefiningBlocks(DefBlocks); in RewriteAllUses()
H A DPromoteMemoryToRegister.cpp628 IDF.setDefiningBlocks(DefBlocks); in run()
/llvm-project-15.0.7/clang/include/clang/Analysis/Analyses/
H A DDominators.h236 IDFCalc.setDefiningBlocks(DefiningBlock);
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DADCE.cpp489 IDFs.setDefiningBlocks(NewLiveBlocks); in markLiveBranchesFromControlDependences()
H A DGVNHoist.cpp449 IDFs.setDefiningBlocks(VNBlocks); in computeInsertionPoints()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DMemorySSAUpdater.cpp376 IDFs.setDefiningBlocks(DefiningBlocks); in insertDef()
1104 IDFs.setDefiningBlocks(DefiningBlocks); in applyInsertUpdates()
H A DMemorySSA.cpp1542 IDFs.setDefiningBlocks(DefiningBlocks); in placePHINodes()
/llvm-project-15.0.7/llvm/unittests/IR/
H A DDominatorTreeTest.cpp682 IDF.setDefiningBlocks(DefBlocks); in TEST()
/llvm-project-15.0.7/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp2352 IDF.setDefiningBlocks(DefBlocks); in BlockPHIPlacement()