Searched refs:UsingBlocks (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Transforms/Utils/ |
| H A D | SSAUpdaterBulk.cpp | 93 ComputeLiveInBlocks(const SmallPtrSetImpl<BasicBlock *> &UsingBlocks, in ComputeLiveInBlocks() argument 100 SmallVector<BasicBlock *, 64> LiveInBlockWorklist(UsingBlocks.begin(), in ComputeLiveInBlocks() 101 UsingBlocks.end()); in ComputeLiveInBlocks() 146 SmallPtrSet<BasicBlock *, 2> UsingBlocks; in RewriteAllUses() local 148 UsingBlocks.insert(getUserBB(U)); in RewriteAllUses() 152 ComputeLiveInBlocks(UsingBlocks, DefBlocks, LiveInBlocks, PredCache); in RewriteAllUses()
|
| H A D | PromoteMemoryToRegister.cpp | 111 SmallVector<BasicBlock *, 32> UsingBlocks; member 122 UsingBlocks.clear(); in clear() 150 UsingBlocks.push_back(LI->getParent()); in AnalyzeAlloca() 366 Info.UsingBlocks.clear(); in rewriteSingleStoreAlloca() 390 Info.UsingBlocks.push_back(StoreBB); in rewriteSingleStoreAlloca() 398 Info.UsingBlocks.push_back(LI->getParent()); in rewriteSingleStoreAlloca() 423 if (!Info.UsingBlocks.empty()) in rewriteSingleStoreAlloca() 801 SmallVector<BasicBlock *, 64> LiveInBlockWorklist(Info.UsingBlocks.begin(), in ComputeLiveInBlocks() 802 Info.UsingBlocks.end()); in ComputeLiveInBlocks()
|