/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | IteratedDominanceFrontier.h | 67 LiveInBlocks = &Blocks; in setLiveInBlocks() 74 LiveInBlocks = nullptr; in resetLiveInBlocks() 89 const SmallPtrSetImpl<BasicBlock *> *LiveInBlocks; variable
|
/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-7.0/llvm/lib/Transforms/Utils/ |
D | SSAUpdaterBulk.cpp | 95 SmallPtrSetImpl<BasicBlock *> &LiveInBlocks, in ComputeLiveInBlocks() argument 110 if (!LiveInBlocks.insert(BB).second) in ComputeLiveInBlocks() 151 SmallPtrSet<BasicBlock *, 32> LiveInBlocks; in RewriteAllUses() local 152 ComputeLiveInBlocks(UsingBlocks, DefBlocks, LiveInBlocks, PredCache); in RewriteAllUses() 154 IDF.setLiveInBlocks(LiveInBlocks); in RewriteAllUses()
|
D | PromoteMemoryToRegister.cpp | 304 SmallPtrSetImpl<BasicBlock *> &LiveInBlocks); 629 SmallPtrSet<BasicBlock *, 32> LiveInBlocks; in run() local 630 ComputeLiveInBlocks(AI, Info, DefBlocks, LiveInBlocks); in run() 636 IDF.setLiveInBlocks(LiveInBlocks); in run() 795 SmallPtrSetImpl<BasicBlock *> &LiveInBlocks) { in ComputeLiveInBlocks() argument 844 if (!LiveInBlocks.insert(BB).second) in ComputeLiveInBlocks()
|
/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/swiftshader/third_party/LLVM/lib/Transforms/Utils/ |
D | PromoteMemoryToRegister.cpp | 279 SmallPtrSet<BasicBlock*, 32> &LiveInBlocks); 674 SmallPtrSet<BasicBlock*, 32> &LiveInBlocks) { in ComputeLiveInBlocks() argument 720 if (!LiveInBlocks.insert(BB)) in ComputeLiveInBlocks() 751 SmallPtrSet<BasicBlock*, 32> LiveInBlocks; in DetermineInsertionPoint() local 752 ComputeLiveInBlocks(AI, Info, DefBlocks, LiveInBlocks); in DetermineInsertionPoint() 804 if (!LiveInBlocks.count(SuccBB)) in DetermineInsertionPoint()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | IteratedDominanceFrontier.cpp | 80 if (useLiveIn && !LiveInBlocks->count(SuccBB)) in calculate()
|
/external/llvm/lib/Analysis/ |
D | IteratedDominanceFrontier.cpp | 86 if (useLiveIn && !LiveInBlocks->count(SuccBB)) in calculate()
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/ |
D | DominatorTreeTest.cpp | 655 SmallPtrSet<BasicBlock *, 32> LiveInBlocks; in TEST() local
|