/external/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()
|
/external/llvm-project/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 | 289 const SmallPtrSetImpl<BasicBlock *> &DefBlocks, 617 SmallPtrSet<BasicBlock *, 32> DefBlocks(Info.DefiningBlocks.begin(), in run() local 623 ComputeLiveInBlocks(AI, Info, DefBlocks, LiveInBlocks); in run() 630 IDF.setDefiningBlocks(DefBlocks); in run() 790 const SmallPtrSetImpl<BasicBlock *> &DefBlocks, in ComputeLiveInBlocks() argument 803 if (!DefBlocks.count(BB)) in ComputeLiveInBlocks() 845 if (DefBlocks.count(P)) in ComputeLiveInBlocks()
|
/external/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()
|
/external/llvm-project/llvm/include/llvm/Support/ |
D | GenericIteratedDominanceFrontier.h | 76 DefBlocks = &Blocks; in setDefiningBlocks() 109 const SmallPtrSetImpl<NodeTy *> *DefBlocks; variable 151 for (NodeTy *BB : *DefBlocks) in calculate() 191 if (!DefBlocks->count(SuccBB)) in calculate()
|
/external/llvm/include/llvm/Analysis/ |
D | IteratedDominanceFrontier.h | 57 DefBlocks = &Blocks; in setDefiningBlocks() 91 const SmallPtrSetImpl<BasicBlock *> *DefBlocks; variable
|
/external/llvm/lib/Analysis/ |
D | IteratedDominanceFrontier.cpp | 38 for (BasicBlock *BB : *DefBlocks) { in calculate() 90 if (!DefBlocks->count(SuccBB)) in calculate()
|
/external/llvm/lib/Transforms/Utils/ |
D | PromoteMemoryToRegister.cpp | 294 const SmallPtrSetImpl<BasicBlock *> &DefBlocks, 600 SmallPtrSet<BasicBlock *, 32> DefBlocks; in run() local 601 DefBlocks.insert(Info.DefiningBlocks.begin(), Info.DefiningBlocks.end()); in run() 606 ComputeLiveInBlocks(AI, Info, DefBlocks, LiveInBlocks); in run() 613 IDF.setDefiningBlocks(DefBlocks); in run() 777 const SmallPtrSetImpl<BasicBlock *> &DefBlocks, in ComputeLiveInBlocks() argument 791 if (!DefBlocks.count(BB)) in ComputeLiveInBlocks() 838 if (DefBlocks.count(P)) in ComputeLiveInBlocks()
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | LiveRangeCalc.cpp | 439 BitVector DefBlocks(MF.getNumBlockIDs()); in isJointlyDominated() local 441 DefBlocks.set(Indexes.getMBBFromIndex(I)->getNumber()); in isJointlyDominated() 447 if (DefBlocks[BN]) in isJointlyDominated()
|
/external/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()
|
/external/llvm-project/llvm/unittests/IR/ |
D | DominatorTreeTest.cpp | 680 SmallPtrSet<BasicBlock *, 1> DefBlocks; in TEST() local 681 DefBlocks.insert(B); in TEST() 682 IDF.setDefiningBlocks(DefBlocks); in TEST()
|