Home
last modified time | relevance | path

Searched refs:UsingBlocks (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DSSAUpdaterBulk.cpp92 ComputeLiveInBlocks(const SmallPtrSetImpl<BasicBlock *> &UsingBlocks, in ComputeLiveInBlocks() argument
99 SmallVector<BasicBlock *, 64> LiveInBlockWorklist(UsingBlocks.begin(), in ComputeLiveInBlocks()
100 UsingBlocks.end()); in ComputeLiveInBlocks()
145 SmallPtrSet<BasicBlock *, 2> UsingBlocks; in RewriteAllUses() local
147 UsingBlocks.insert(getUserBB(U)); in RewriteAllUses()
151 ComputeLiveInBlocks(UsingBlocks, DefBlocks, LiveInBlocks, PredCache); in RewriteAllUses()
DPromoteMemoryToRegister.cpp110 SmallVector<BasicBlock *, 32> UsingBlocks; member
120 UsingBlocks.clear(); in clear()
146 UsingBlocks.push_back(LI->getParent()); in AnalyzeAlloca()
356 Info.UsingBlocks.clear(); in rewriteSingleStoreAlloca()
378 Info.UsingBlocks.push_back(StoreBB); in rewriteSingleStoreAlloca()
385 Info.UsingBlocks.push_back(LI->getParent()); in rewriteSingleStoreAlloca()
410 if (!Info.UsingBlocks.empty()) in rewriteSingleStoreAlloca()
780 SmallVector<BasicBlock *, 64> LiveInBlockWorklist(Info.UsingBlocks.begin(), in ComputeLiveInBlocks()
781 Info.UsingBlocks.end()); in ComputeLiveInBlocks()