Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.cpp363 const SmallPtrSetImpl<BasicBlock *> &DefBlocks,
706 SmallPtrSet<BasicBlock *, 32> DefBlocks(Info.DefiningBlocks.begin(), in run() local
712 ComputeLiveInBlocks(AI, Info, DefBlocks, LiveInBlocks); in run()
719 IDF.setDefiningBlocks(DefBlocks); in run()
881 const SmallPtrSetImpl<BasicBlock *> &DefBlocks, in ComputeLiveInBlocks() argument
894 if (!DefBlocks.count(BB)) in ComputeLiveInBlocks()
936 if (DefBlocks.count(P)) in ComputeLiveInBlocks()
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DGenericIteratedDominanceFrontier.h76 DefBlocks = &Blocks; in setDefiningBlocks()
109 const SmallPtrSetImpl<NodeTy *> *DefBlocks; variable
151 for (NodeTy *BB : *DefBlocks) in calculate()
191 if (!DefBlocks->count(SuccBB)) in calculate()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DLiveRangeCalc.cpp436 BitVector DefBlocks(MF.getNumBlockIDs()); in isJointlyDominated() local
438 DefBlocks.set(Indexes.getMBBFromIndex(I)->getNumber()); in isJointlyDominated()
444 if (DefBlocks[BN]) in isJointlyDominated()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp2542 SmallPtrSet<MachineBasicBlock *, 32> DefBlocks; in placeMLocPHIs() local
2547 DefBlocks.insert(MBB); in placeMLocPHIs()
2553 if (!DefBlocks.empty()) in placeMLocPHIs()
2554 DefBlocks.insert(&*MF.begin()); in placeMLocPHIs()
2559 BlockPHIPlacement(AllBlocks, DefBlocks, PHIBlocks); in placeMLocPHIs()
2749 const SmallPtrSetImpl<MachineBasicBlock *> &DefBlocks, in BlockPHIPlacement() argument
2757 IDF.setDefiningBlocks(DefBlocks); in BlockPHIPlacement()
3179 SmallPtrSet<MachineBasicBlock *, 32> DefBlocks; in buildVLocValueMap() local
3183 DefBlocks.insert(const_cast<MachineBasicBlock *>(ExpMBB)); in buildVLocValueMap()
3190 if (DefBlocks.size() == 1) { in buildVLocValueMap()
[all …]
H A DInstrRefBasedImpl.h1305 const SmallPtrSetImpl<MachineBasicBlock *> &DefBlocks,