Searched refs:DefBlocks (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Transforms/Utils/ |
| H A D | SSAUpdaterBulk.cpp | 87 const SmallPtrSetImpl<BasicBlock *> &DefBlocks, in ComputeLiveInBlocks() argument 111 if (DefBlocks.count(P)) in ComputeLiveInBlocks() 134 SmallPtrSet<BasicBlock *, 2> DefBlocks; in RewriteAllUses() local 136 DefBlocks.insert(Def.first); in RewriteAllUses() 137 IDF.setDefiningBlocks(DefBlocks); in RewriteAllUses() 145 ComputeLiveInBlocks(UsingBlocks, DefBlocks, LiveInBlocks, PredCache); in RewriteAllUses()
|
| H A D | PromoteMemoryToRegister.cpp | 289 const SmallPtrSetImpl<BasicBlock *> &DefBlocks, 615 SmallPtrSet<BasicBlock *, 32> DefBlocks(Info.DefiningBlocks.begin(), in run() local 621 ComputeLiveInBlocks(AI, Info, DefBlocks, LiveInBlocks); in run() 628 IDF.setDefiningBlocks(DefBlocks); in run() 788 const SmallPtrSetImpl<BasicBlock *> &DefBlocks, in ComputeLiveInBlocks() argument 801 if (!DefBlocks.count(BB)) in ComputeLiveInBlocks() 843 if (DefBlocks.count(P)) in ComputeLiveInBlocks()
|
| /llvm-project-15.0.7/llvm/include/llvm/Support/ |
| H A D | GenericIteratedDominanceFrontier.h | 76 DefBlocks = &Blocks; in setDefiningBlocks() 109 const SmallPtrSetImpl<NodeTy *> *DefBlocks; variable 151 for (NodeTy *BB : *DefBlocks) in calculate() 191 if (!DefBlocks->count(SuccBB)) in calculate()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | LiveRangeCalc.cpp | 436 BitVector DefBlocks(MF.getNumBlockIDs()); in isJointlyDominated() local 438 DefBlocks.set(Indexes.getMBBFromIndex(I)->getNumber()); in isJointlyDominated() 444 if (DefBlocks[BN]) in isJointlyDominated()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/LiveDebugValues/ |
| H A D | InstrRefBasedImpl.cpp | 2137 SmallPtrSet<MachineBasicBlock *, 32> DefBlocks; in placeMLocPHIs() local 2142 DefBlocks.insert(MBB); in placeMLocPHIs() 2148 if (!DefBlocks.empty()) in placeMLocPHIs() 2149 DefBlocks.insert(&*MF.begin()); in placeMLocPHIs() 2154 BlockPHIPlacement(AllBlocks, DefBlocks, PHIBlocks); in placeMLocPHIs() 2344 const SmallPtrSetImpl<MachineBasicBlock *> &DefBlocks, in BlockPHIPlacement() argument 2352 IDF.setDefiningBlocks(DefBlocks); in BlockPHIPlacement() 2710 SmallPtrSet<MachineBasicBlock *, 32> DefBlocks; in buildVLocValueMap() local 2714 DefBlocks.insert(const_cast<MachineBasicBlock *>(ExpMBB)); in buildVLocValueMap() 2721 if (DefBlocks.size() == 1) { in buildVLocValueMap() [all …]
|
| H A D | InstrRefBasedImpl.h | 1032 const SmallPtrSetImpl<MachineBasicBlock *> &DefBlocks,
|
| /llvm-project-15.0.7/llvm/unittests/IR/ |
| H A D | DominatorTreeTest.cpp | 680 SmallPtrSet<BasicBlock *, 1> DefBlocks; in TEST() local 681 DefBlocks.insert(B); in TEST() 682 IDF.setDefiningBlocks(DefBlocks); in TEST()
|