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.cpp72 const SmallPtrSetImpl<BasicBlock *> &DefBlocks, in ComputeLiveInBlocks() argument
96 if (DefBlocks.count(P)) in ComputeLiveInBlocks()
127 SmallPtrSet<BasicBlock *, 2> DefBlocks(llvm::from_range, in RewriteAllUses() local
129 IDF.setDefiningBlocks(DefBlocks); in RewriteAllUses()
137 ComputeLiveInBlocks(UsingBlocks, DefBlocks, LiveInBlocks, PredCache); in RewriteAllUses()
142 BBInfos.reserve(LiveInBlocks.size() + DefBlocks.size()); in RewriteAllUses()
H A DPromoteMemoryToRegister.cpp463 const SmallPtrSetImpl<BasicBlock *> &DefBlocks,
867 SmallPtrSet<BasicBlock *, 32> DefBlocks(llvm::from_range, in run() local
873 ComputeLiveInBlocks(AI, Info, DefBlocks, LiveInBlocks); in run()
880 IDF.setDefiningBlocks(DefBlocks); in run()
1042 const SmallPtrSetImpl<BasicBlock *> &DefBlocks, in ComputeLiveInBlocks() argument
1055 if (!DefBlocks.count(BB)) in ComputeLiveInBlocks()
1097 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
155 for (NodeTy *BB : *DefBlocks) in calculate()
195 if (!DefBlocks->count(SuccBB)) in calculate()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveRangeCalc.cpp440 BitVector DefBlocks(MF.getNumBlockIDs()); in isJointlyDominated() local
442 DefBlocks.set(Indexes.getMBBFromIndex(I)->getNumber()); in isJointlyDominated()
449 if (DefBlocks[BN]) in isJointlyDominated()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp2607 SmallPtrSet<MachineBasicBlock *, 32> DefBlocks; in placeMLocPHIs() local
2611 DefBlocks.insert(MBB); in placeMLocPHIs()
2617 if (!DefBlocks.empty()) in placeMLocPHIs()
2618 DefBlocks.insert(&*MF.begin()); in placeMLocPHIs()
2623 BlockPHIPlacement(AllBlocks, DefBlocks, PHIBlocks); in placeMLocPHIs()
2815 const SmallPtrSetImpl<MachineBasicBlock *> &DefBlocks, in BlockPHIPlacement() argument
2823 IDF.setDefiningBlocks(DefBlocks); in BlockPHIPlacement()
3246 SmallPtrSet<MachineBasicBlock *, 32> DefBlocks; in buildVLocValueMap() local
3250 DefBlocks.insert(const_cast<MachineBasicBlock *>(ExpMBB)); in buildVLocValueMap()
3257 if (DefBlocks.size() == 1) { in buildVLocValueMap()
[all …]
H A DInstrRefBasedImpl.h1389 const SmallPtrSetImpl<MachineBasicBlock *> &DefBlocks,