Home
last modified time | relevance | path

Searched refs:LiveInBlocks (Results 1 – 5 of 5) sorted by relevance

/external/llvm/include/llvm/Analysis/
DIteratedDominanceFrontier.h67 LiveInBlocks = &Blocks; in setLiveInBlocks()
74 LiveInBlocks = nullptr; in resetLiveInBlocks()
90 const SmallPtrSetImpl<BasicBlock *> *LiveInBlocks; variable
/external/llvm/lib/Transforms/Utils/
DPromoteMemoryToRegister.cpp295 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()
DMemorySSA.cpp380 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/
DPromoteMemoryToRegister.cpp279 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/
DIteratedDominanceFrontier.cpp86 if (useLiveIn && !LiveInBlocks->count(SuccBB)) in calculate()