Searched refs:UsingBlocks (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/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 | 215 SmallVector<BasicBlock *, 32> UsingBlocks; member 229 UsingBlocks.clear(); in clear() 257 UsingBlocks.push_back(LI->getParent()); in AnalyzeAlloca() 539 Info.UsingBlocks.clear(); in rewriteSingleStoreAlloca() 561 Info.UsingBlocks.push_back(StoreBB); in rewriteSingleStoreAlloca() 568 Info.UsingBlocks.push_back(LI->getParent()); in rewriteSingleStoreAlloca() 586 if (!Info.UsingBlocks.empty()) in rewriteSingleStoreAlloca() 1005 SmallVector<BasicBlock *, 64> LiveInBlockWorklist(Info.UsingBlocks.begin(), in ComputeLiveInBlocks() 1006 Info.UsingBlocks.end()); in ComputeLiveInBlocks()
|