Searched refs:DefBlocks (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/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 | 424 const SmallPtrSetImpl<BasicBlock *> &DefBlocks, 818 SmallPtrSet<BasicBlock *, 32> DefBlocks(Info.DefiningBlocks.begin(), in run() local 824 ComputeLiveInBlocks(AI, Info, DefBlocks, LiveInBlocks); in run() 831 IDF.setDefiningBlocks(DefBlocks); in run() 1000 const SmallPtrSetImpl<BasicBlock *> &DefBlocks, in ComputeLiveInBlocks() argument 1013 if (!DefBlocks.count(BB)) in ComputeLiveInBlocks() 1055 if (DefBlocks.count(P)) in ComputeLiveInBlocks()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | GenericIteratedDominanceFrontier.h | 77 DefBlocks = &Blocks; in setDefiningBlocks() 110 const SmallPtrSetImpl<NodeTy *> *DefBlocks; variable 151 for (NodeTy *BB : *DefBlocks) in calculate() 191 if (!DefBlocks->count(SuccBB)) in calculate()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | LiveRangeCalc.cpp | 441 BitVector DefBlocks(MF.getNumBlockIDs()); in isJointlyDominated() 443 DefBlocks.set(Indexes.getMBBFromIndex(I)->getNumber()); in isJointlyDominated() 449 if (DefBlocks[BN]) in isJointlyDominated() 436 BitVector DefBlocks(MF.getNumBlockIDs()); isJointlyDominated() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/ |
H A D | InstrRefBasedImpl.cpp | 2577 SmallPtrSet<MachineBasicBlock *, 32> DefBlocks; in placeMLocPHIs() local 2582 DefBlocks.insert(MBB); in placeMLocPHIs() 2588 if (!DefBlocks.empty()) in placeMLocPHIs() 2589 DefBlocks.insert(&*MF.begin()); in placeMLocPHIs() 2594 BlockPHIPlacement(AllBlocks, DefBlocks, PHIBlocks); in placeMLocPHIs() 2785 const SmallPtrSetImpl<MachineBasicBlock *> &DefBlocks, in BlockPHIPlacement() argument 2793 IDF.setDefiningBlocks(DefBlocks); in BlockPHIPlacement() 3216 SmallPtrSet<MachineBasicBlock *, 32> DefBlocks; in buildVLocValueMap() local 3220 DefBlocks.insert(const_cast<MachineBasicBlock *>(ExpMBB)); in buildVLocValueMap() 3227 if (DefBlocks.size() == 1) { in buildVLocValueMap() [all …]
|
H A D | InstrRefBasedImpl.h | 1397 const SmallPtrSetImpl<MachineBasicBlock *> &DefBlocks,
|