Searched refs:UsingBlocks (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
H A D | SSAUpdaterBulk.cpp | 92 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()
|
H A D | PromoteMemoryToRegister.cpp | 107 SmallVector<BasicBlock *, 32> UsingBlocks; member 117 UsingBlocks.clear(); in clear() 143 UsingBlocks.push_back(LI->getParent()); in AnalyzeAlloca() 363 Info.UsingBlocks.clear(); in rewriteSingleStoreAlloca() 385 Info.UsingBlocks.push_back(StoreBB); in rewriteSingleStoreAlloca() 392 Info.UsingBlocks.push_back(LI->getParent()); in rewriteSingleStoreAlloca() 417 if (!Info.UsingBlocks.empty()) in rewriteSingleStoreAlloca() 791 SmallVector<BasicBlock *, 64> LiveInBlockWorklist(Info.UsingBlocks.begin(), in ComputeLiveInBlocks() 792 Info.UsingBlocks.end()); in ComputeLiveInBlocks()
|