Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
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()
DPromoteMemoryToRegister.cpp292 const SmallPtrSetImpl<BasicBlock *> &DefBlocks,
604 SmallPtrSet<BasicBlock *, 32> DefBlocks(Info.DefiningBlocks.begin(), in run() local
610 ComputeLiveInBlocks(AI, Info, DefBlocks, LiveInBlocks); in run()
617 IDF.setDefiningBlocks(DefBlocks); in run()
775 const SmallPtrSetImpl<BasicBlock *> &DefBlocks, in ComputeLiveInBlocks() argument
788 if (!DefBlocks.count(BB)) in ComputeLiveInBlocks()
830 if (DefBlocks.count(P)) in ComputeLiveInBlocks()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DGenericIteratedDominanceFrontier.h76 DefBlocks = &Blocks; in setDefiningBlocks()
109 const SmallPtrSetImpl<NodeTy *> *DefBlocks; variable
147 for (NodeTy *BB : *DefBlocks) { in calculate()
191 if (!DefBlocks->count(SuccBB)) in calculate()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DLiveRangeCalc.cpp591 BitVector DefBlocks(MF.getNumBlockIDs()); in isJointlyDominated() local
593 DefBlocks.set(Indexes.getMBBFromIndex(I)->getNumber()); in isJointlyDominated()
599 if (DefBlocks[BN]) in isJointlyDominated()