Searched refs:DefBlocks (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Transforms/Utils/ |
| H A D | SSAUpdaterBulk.cpp | 94 const SmallPtrSetImpl<BasicBlock *> &DefBlocks, in ComputeLiveInBlocks() argument 118 if (DefBlocks.count(P)) in ComputeLiveInBlocks() 141 SmallPtrSet<BasicBlock *, 2> DefBlocks; in RewriteAllUses() local 143 DefBlocks.insert(Def.first); in RewriteAllUses() 144 IDF.setDefiningBlocks(DefBlocks); in RewriteAllUses() 152 ComputeLiveInBlocks(UsingBlocks, DefBlocks, LiveInBlocks, PredCache); in RewriteAllUses()
|
| H A D | PromoteMemoryToRegister.cpp | 302 const SmallPtrSetImpl<BasicBlock *> &DefBlocks, 623 SmallPtrSet<BasicBlock *, 32> DefBlocks; in run() local 624 DefBlocks.insert(Info.DefiningBlocks.begin(), Info.DefiningBlocks.end()); in run() 629 ComputeLiveInBlocks(AI, Info, DefBlocks, LiveInBlocks); in run() 636 IDF.setDefiningBlocks(DefBlocks); in run() 796 const SmallPtrSetImpl<BasicBlock *> &DefBlocks, in ComputeLiveInBlocks() argument 809 if (!DefBlocks.count(BB)) in ComputeLiveInBlocks() 854 if (DefBlocks.count(P)) in ComputeLiveInBlocks()
|
| /freebsd-12.1/contrib/llvm/include/llvm/Analysis/ |
| H A D | IteratedDominanceFrontier.h | 62 DefBlocks = &Blocks; in setDefiningBlocks() 96 const SmallPtrSetImpl<BasicBlock *> *DefBlocks; variable
|
| /freebsd-12.1/contrib/llvm/lib/Analysis/ |
| H A D | IteratedDominanceFrontier.cpp | 36 for (BasicBlock *BB : *DefBlocks) { in calculate() 85 if (!DefBlocks->count(SuccBB)) in calculate()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | LiveRangeCalc.cpp | 592 BitVector DefBlocks(MF.getNumBlockIDs()); in isJointlyDominated() local 594 DefBlocks.set(Indexes.getMBBFromIndex(I)->getNumber()); in isJointlyDominated() 600 if (DefBlocks[BN]) in isJointlyDominated()
|