Home
last modified time | relevance | path

Searched defs:DefBlocks (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DSSAUpdaterBulk.cpp87 const SmallPtrSetImpl<BasicBlock *> &DefBlocks, in ComputeLiveInBlocks()
134 SmallPtrSet<BasicBlock *, 2> DefBlocks; in RewriteAllUses() local
H A DPromoteMemoryToRegister.cpp615 SmallPtrSet<BasicBlock *, 32> DefBlocks(Info.DefiningBlocks.begin(), in run() local
788 const SmallPtrSetImpl<BasicBlock *> &DefBlocks, in ComputeLiveInBlocks()
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DGenericIteratedDominanceFrontier.h109 const SmallPtrSetImpl<NodeTy *> *DefBlocks; variable
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DLiveRangeCalc.cpp436 BitVector DefBlocks(MF.getNumBlockIDs()); in isJointlyDominated() local
/llvm-project-15.0.7/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp2137 SmallPtrSet<MachineBasicBlock *, 32> DefBlocks; in placeMLocPHIs() local
2344 const SmallPtrSetImpl<MachineBasicBlock *> &DefBlocks, in BlockPHIPlacement()
2710 SmallPtrSet<MachineBasicBlock *, 32> DefBlocks; in buildVLocValueMap() local
/llvm-project-15.0.7/llvm/unittests/IR/
H A DDominatorTreeTest.cpp680 SmallPtrSet<BasicBlock *, 1> DefBlocks; in TEST() local