Home
last modified time | relevance | path

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

/external/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()
/external/llvm-project/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.cpp289 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/
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()
/external/llvm-project/llvm/include/llvm/Support/
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()
/external/llvm/include/llvm/Analysis/
DIteratedDominanceFrontier.h57 DefBlocks = &Blocks; in setDefiningBlocks()
91 const SmallPtrSetImpl<BasicBlock *> *DefBlocks; variable
/external/llvm/lib/Analysis/
DIteratedDominanceFrontier.cpp38 for (BasicBlock *BB : *DefBlocks) { in calculate()
90 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-project/llvm/lib/CodeGen/
DLiveRangeCalc.cpp439 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/
DLiveRangeCalc.cpp591 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/
DDominatorTreeTest.cpp680 SmallPtrSet<BasicBlock *, 1> DefBlocks; in TEST() local
681 DefBlocks.insert(B); in TEST()
682 IDF.setDefiningBlocks(DefBlocks); in TEST()