Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSSAUpdaterBulk.cpp87 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 DPromoteMemoryToRegister.cpp424 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 DGenericIteratedDominanceFrontier.h77 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 DLiveRangeCalc.cpp441 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 DInstrRefBasedImpl.cpp2577 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 DInstrRefBasedImpl.h1397 const SmallPtrSetImpl<MachineBasicBlock *> &DefBlocks,