Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DSSAUpdaterBulk.cpp93 const SmallPtrSetImpl<BasicBlock *> &DefBlocks, in ComputeLiveInBlocks() argument
117 if (DefBlocks.count(P)) in ComputeLiveInBlocks()
140 SmallPtrSet<BasicBlock *, 2> DefBlocks; in RewriteAllUses() local
142 DefBlocks.insert(Def.first); in RewriteAllUses()
143 IDF.setDefiningBlocks(DefBlocks); in RewriteAllUses()
151 ComputeLiveInBlocks(UsingBlocks, DefBlocks, LiveInBlocks, PredCache); in RewriteAllUses()
H A DPromoteMemoryToRegister.cpp289 const SmallPtrSetImpl<BasicBlock *> &DefBlocks,
613 SmallPtrSet<BasicBlock *, 32> DefBlocks(Info.DefiningBlocks.begin(), in run() local
619 ComputeLiveInBlocks(AI, Info, DefBlocks, LiveInBlocks); in run()
626 IDF.setDefiningBlocks(DefBlocks); in run()
786 const SmallPtrSetImpl<BasicBlock *> &DefBlocks, in ComputeLiveInBlocks() argument
799 if (!DefBlocks.count(BB)) in ComputeLiveInBlocks()
841 if (DefBlocks.count(P)) in ComputeLiveInBlocks()
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DLiveRangeCalc.cpp438 BitVector DefBlocks(MF.getNumBlockIDs()); in isJointlyDominated() local
440 DefBlocks.set(Indexes.getMBBFromIndex(I)->getNumber()); in isJointlyDominated()
446 if (DefBlocks[BN]) in isJointlyDominated()