/external/llvm/include/llvm/Analysis/ |
D | IteratedDominanceFrontier.h | 67 LiveInBlocks = &Blocks; in setLiveInBlocks() 74 LiveInBlocks = nullptr; in resetLiveInBlocks() 90 const SmallPtrSetImpl<BasicBlock *> *LiveInBlocks; variable
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | SSAUpdaterBulk.cpp | 94 SmallPtrSetImpl<BasicBlock *> &LiveInBlocks, in ComputeLiveInBlocks() argument 109 if (!LiveInBlocks.insert(BB).second) in ComputeLiveInBlocks() 150 SmallPtrSet<BasicBlock *, 32> LiveInBlocks; in RewriteAllUses() local 151 ComputeLiveInBlocks(UsingBlocks, DefBlocks, LiveInBlocks, PredCache); in RewriteAllUses() 153 IDF.setLiveInBlocks(LiveInBlocks); in RewriteAllUses()
|
D | PromoteMemoryToRegister.cpp | 293 SmallPtrSetImpl<BasicBlock *> &LiveInBlocks); 609 SmallPtrSet<BasicBlock *, 32> LiveInBlocks; in run() local 610 ComputeLiveInBlocks(AI, Info, DefBlocks, LiveInBlocks); in run() 616 IDF.setLiveInBlocks(LiveInBlocks); in run() 776 SmallPtrSetImpl<BasicBlock *> &LiveInBlocks) { in ComputeLiveInBlocks() argument 822 if (!LiveInBlocks.insert(BB).second) in ComputeLiveInBlocks()
|
/external/llvm-project/llvm/lib/Transforms/Utils/ |
D | SSAUpdaterBulk.cpp | 94 SmallPtrSetImpl<BasicBlock *> &LiveInBlocks, in ComputeLiveInBlocks() argument 109 if (!LiveInBlocks.insert(BB).second) in ComputeLiveInBlocks() 150 SmallPtrSet<BasicBlock *, 32> LiveInBlocks; in RewriteAllUses() local 151 ComputeLiveInBlocks(UsingBlocks, DefBlocks, LiveInBlocks, PredCache); in RewriteAllUses() 153 IDF.setLiveInBlocks(LiveInBlocks); in RewriteAllUses()
|
D | PromoteMemoryToRegister.cpp | 290 SmallPtrSetImpl<BasicBlock *> &LiveInBlocks); 622 SmallPtrSet<BasicBlock *, 32> LiveInBlocks; in run() local 623 ComputeLiveInBlocks(AI, Info, DefBlocks, LiveInBlocks); in run() 629 IDF.setLiveInBlocks(LiveInBlocks); in run() 791 SmallPtrSetImpl<BasicBlock *> &LiveInBlocks) { in ComputeLiveInBlocks() argument 837 if (!LiveInBlocks.insert(BB).second) in ComputeLiveInBlocks()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | GenericIteratedDominanceFrontier.h | 85 LiveInBlocks = &Blocks; in setLiveInBlocks() 92 LiveInBlocks = nullptr; in resetLiveInBlocks() 108 const SmallPtrSetImpl<NodeTy *> *LiveInBlocks; variable 187 if (useLiveIn && !LiveInBlocks->count(SuccBB)) in calculate()
|
/external/llvm-project/llvm/include/llvm/Support/ |
D | GenericIteratedDominanceFrontier.h | 85 LiveInBlocks = &Blocks; in setLiveInBlocks() 92 LiveInBlocks = nullptr; in resetLiveInBlocks() 108 const SmallPtrSetImpl<NodeTy *> *LiveInBlocks; variable 187 if (useLiveIn && !LiveInBlocks->count(SuccBB)) in calculate()
|
/external/llvm/lib/Transforms/Utils/ |
D | PromoteMemoryToRegister.cpp | 295 SmallPtrSetImpl<BasicBlock *> &LiveInBlocks); 605 SmallPtrSet<BasicBlock *, 32> LiveInBlocks; in run() local 606 ComputeLiveInBlocks(AI, Info, DefBlocks, LiveInBlocks); in run() 612 IDF.setLiveInBlocks(LiveInBlocks); in run() 778 SmallPtrSetImpl<BasicBlock *> &LiveInBlocks) { in ComputeLiveInBlocks() argument 828 if (!LiveInBlocks.insert(BB).second) in ComputeLiveInBlocks()
|
D | MemorySSA.cpp | 380 SmallPtrSet<BasicBlock *, 32> LiveInBlocks; in buildMemorySSA() local 390 if (!LiveInBlocks.insert(BB).second) in buildMemorySSA() 401 IDFs.setLiveInBlocks(LiveInBlocks); in buildMemorySSA()
|
/external/llvm/lib/Analysis/ |
D | IteratedDominanceFrontier.cpp | 86 if (useLiveIn && !LiveInBlocks->count(SuccBB)) in calculate()
|
/external/llvm-project/llvm/unittests/IR/ |
D | DominatorTreeTest.cpp | 685 SmallPtrSet<BasicBlock *, 32> LiveInBlocks; in TEST() local
|