Home
last modified time | relevance | path

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

/freebsd-14.2/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.cpp419 const SmallPtrSetImpl<BasicBlock *> &DefBlocks,
797 SmallPtrSet<BasicBlock *, 32> DefBlocks(Info.DefiningBlocks.begin(), in run() local
803 ComputeLiveInBlocks(AI, Info, DefBlocks, LiveInBlocks); in run()
810 IDF.setDefiningBlocks(DefBlocks); in run()
979 const SmallPtrSetImpl<BasicBlock *> &DefBlocks, in ComputeLiveInBlocks() argument
992 if (!DefBlocks.count(BB)) in ComputeLiveInBlocks()
1034 if (DefBlocks.count(P)) in ComputeLiveInBlocks()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DGenericIteratedDominanceFrontier.h75 DefBlocks = &Blocks; in setDefiningBlocks()
108 const SmallPtrSetImpl<NodeTy *> *DefBlocks; variable
150 for (NodeTy *BB : *DefBlocks) in calculate()
190 if (!DefBlocks->count(SuccBB)) in calculate()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveRangeCalc.cpp441 BitVector DefBlocks(MF.getNumBlockIDs()); in isJointlyDominated() local
443 DefBlocks.set(Indexes.getMBBFromIndex(I)->getNumber()); in isJointlyDominated()
449 if (DefBlocks[BN]) in isJointlyDominated()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp2543 SmallPtrSet<MachineBasicBlock *, 32> DefBlocks; in placeMLocPHIs() local
2548 DefBlocks.insert(MBB); in placeMLocPHIs()
2554 if (!DefBlocks.empty()) in placeMLocPHIs()
2555 DefBlocks.insert(&*MF.begin()); in placeMLocPHIs()
2560 BlockPHIPlacement(AllBlocks, DefBlocks, PHIBlocks); in placeMLocPHIs()
2751 const SmallPtrSetImpl<MachineBasicBlock *> &DefBlocks, in BlockPHIPlacement() argument
2759 IDF.setDefiningBlocks(DefBlocks); in BlockPHIPlacement()
3180 SmallPtrSet<MachineBasicBlock *, 32> DefBlocks; in buildVLocValueMap() local
3184 DefBlocks.insert(const_cast<MachineBasicBlock *>(ExpMBB)); in buildVLocValueMap()
3191 if (DefBlocks.size() == 1) { in buildVLocValueMap()
[all …]
H A DInstrRefBasedImpl.h1344 const SmallPtrSetImpl<MachineBasicBlock *> &DefBlocks,