Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DSSAUpdaterBulk.cpp94 const SmallPtrSetImpl<BasicBlock *> &DefBlocks, in ComputeLiveInBlocks() argument
118 if (DefBlocks.count(P)) in ComputeLiveInBlocks()
141 SmallPtrSet<BasicBlock *, 2> DefBlocks; in RewriteAllUses() local
143 DefBlocks.insert(Def.first); in RewriteAllUses()
144 IDF.setDefiningBlocks(DefBlocks); in RewriteAllUses()
152 ComputeLiveInBlocks(UsingBlocks, DefBlocks, LiveInBlocks, PredCache); in RewriteAllUses()
DPromoteMemoryToRegister.cpp303 const SmallPtrSetImpl<BasicBlock *> &DefBlocks,
624 SmallPtrSet<BasicBlock *, 32> DefBlocks; in run() local
625 DefBlocks.insert(Info.DefiningBlocks.begin(), Info.DefiningBlocks.end()); in run()
630 ComputeLiveInBlocks(AI, Info, DefBlocks, LiveInBlocks); in run()
637 IDF.setDefiningBlocks(DefBlocks); in run()
794 const SmallPtrSetImpl<BasicBlock *> &DefBlocks, in ComputeLiveInBlocks() argument
807 if (!DefBlocks.count(BB)) in ComputeLiveInBlocks()
852 if (DefBlocks.count(P)) in ComputeLiveInBlocks()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DIteratedDominanceFrontier.h57 DefBlocks = &Blocks; in setDefiningBlocks()
90 const SmallPtrSetImpl<BasicBlock *> *DefBlocks; variable
/external/llvm/include/llvm/Analysis/
DIteratedDominanceFrontier.h57 DefBlocks = &Blocks; in setDefiningBlocks()
91 const SmallPtrSetImpl<BasicBlock *> *DefBlocks; variable
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DPromoteMemoryToRegister.cpp278 const SmallPtrSet<BasicBlock*, 32> &DefBlocks,
673 const SmallPtrSet<BasicBlock*, 32> &DefBlocks, in ComputeLiveInBlocks() argument
687 if (!DefBlocks.count(BB)) continue; in ComputeLiveInBlocks()
730 if (DefBlocks.count(P)) in ComputeLiveInBlocks()
746 SmallPtrSet<BasicBlock*, 32> DefBlocks; in DetermineInsertionPoint() local
747 DefBlocks.insert(Info.DefiningBlocks.begin(), Info.DefiningBlocks.end()); in DetermineInsertionPoint()
752 ComputeLiveInBlocks(AI, Info, DefBlocks, LiveInBlocks); in DetermineInsertionPoint()
760 for (SmallPtrSet<BasicBlock*, 32>::const_iterator I = DefBlocks.begin(), in DetermineInsertionPoint()
761 E = DefBlocks.end(); I != E; ++I) { in DetermineInsertionPoint()
808 if (!DefBlocks.count(SuccBB)) in DetermineInsertionPoint()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DIteratedDominanceFrontier.cpp35 for (BasicBlock *BB : *DefBlocks) { in calculate()
84 if (!DefBlocks->count(SuccBB)) in calculate()
/external/llvm/lib/Transforms/Utils/
DPromoteMemoryToRegister.cpp294 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/lib/Analysis/
DIteratedDominanceFrontier.cpp38 for (BasicBlock *BB : *DefBlocks) { in calculate()
90 if (!DefBlocks->count(SuccBB)) in calculate()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DLiveRangeCalc.cpp592 BitVector DefBlocks(MF.getNumBlockIDs()); in isJointlyDominated() local
594 DefBlocks.set(Indexes.getMBBFromIndex(I)->getNumber()); in isJointlyDominated()
600 if (DefBlocks[BN]) in isJointlyDominated()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
DDominatorTreeTest.cpp650 SmallPtrSet<BasicBlock *, 1> DefBlocks; in TEST() local
651 DefBlocks.insert(B); in TEST()
652 IDF.setDefiningBlocks(DefBlocks); in TEST()