Searched refs:UsingBlocks (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/ |
| H A D | SSAUpdaterBulk.cpp | 86 ComputeLiveInBlocks(const SmallPtrSetImpl<BasicBlock *> &UsingBlocks, in ComputeLiveInBlocks() argument 93 SmallVector<BasicBlock *, 64> LiveInBlockWorklist(UsingBlocks.begin(), in ComputeLiveInBlocks() 94 UsingBlocks.end()); in ComputeLiveInBlocks() 139 SmallPtrSet<BasicBlock *, 2> UsingBlocks; in RewriteAllUses() local 141 UsingBlocks.insert(getUserBB(U)); in RewriteAllUses() 145 ComputeLiveInBlocks(UsingBlocks, DefBlocks, LiveInBlocks, PredCache); in RewriteAllUses()
|
| H A D | PromoteMemoryToRegister.cpp | 168 SmallVector<BasicBlock *, 32> UsingBlocks; member 181 UsingBlocks.clear(); in clear() 208 UsingBlocks.push_back(LI->getParent()); in AnalyzeAlloca() 450 Info.UsingBlocks.clear(); in rewriteSingleStoreAlloca() 472 Info.UsingBlocks.push_back(StoreBB); in rewriteSingleStoreAlloca() 479 Info.UsingBlocks.push_back(LI->getParent()); in rewriteSingleStoreAlloca() 498 if (!Info.UsingBlocks.empty()) in rewriteSingleStoreAlloca() 886 SmallVector<BasicBlock *, 64> LiveInBlockWorklist(Info.UsingBlocks.begin(), in ComputeLiveInBlocks() 887 Info.UsingBlocks.end()); in ComputeLiveInBlocks()
|