Searched refs:LiveInBlocks (Results 1 – 5 of 5) sorted by relevance
/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/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/llvm/lib/Analysis/ |
D | IteratedDominanceFrontier.cpp | 86 if (useLiveIn && !LiveInBlocks->count(SuccBB)) in calculate()
|