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/ |
| D | SSAUpdaterBulk.cpp | 93 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()
|
| D | PromoteMemoryToRegister.cpp | 292 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/ |
| D | GenericIteratedDominanceFrontier.h | 76 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/ |
| D | LiveRangeCalc.cpp | 591 BitVector DefBlocks(MF.getNumBlockIDs()); in isJointlyDominated() local 593 DefBlocks.set(Indexes.getMBBFromIndex(I)->getNumber()); in isJointlyDominated() 599 if (DefBlocks[BN]) in isJointlyDominated()
|