Searched refs:UsingBlocks (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/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 | 213 SmallVector<BasicBlock *, 32> UsingBlocks; member 227 UsingBlocks.clear(); in clear() 255 UsingBlocks.push_back(LI->getParent()); in AnalyzeAlloca() 519 Info.UsingBlocks.clear(); in rewriteSingleStoreAlloca() 541 Info.UsingBlocks.push_back(StoreBB); in rewriteSingleStoreAlloca() 548 Info.UsingBlocks.push_back(LI->getParent()); in rewriteSingleStoreAlloca() 567 if (!Info.UsingBlocks.empty()) in rewriteSingleStoreAlloca() 984 SmallVector<BasicBlock *, 64> LiveInBlockWorklist(Info.UsingBlocks.begin(), in ComputeLiveInBlocks() 985 Info.UsingBlocks.end()); in ComputeLiveInBlocks()
|