Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Transforms/Utils/
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()
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/
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/
DLiveRangeCalc.cpp436 BitVector DefBlocks(MF.getNumBlockIDs()); in isJointlyDominated() local
438 DefBlocks.set(Indexes.getMBBFromIndex(I)->getNumber()); in isJointlyDominated()
444 if (DefBlocks[BN]) in isJointlyDominated()