Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DIteratedDominanceFrontier.h67 LiveInBlocks = &Blocks; in setLiveInBlocks()
74 LiveInBlocks = nullptr; in resetLiveInBlocks()
89 const SmallPtrSetImpl<BasicBlock *> *LiveInBlocks; variable
/external/llvm/include/llvm/Analysis/
DIteratedDominanceFrontier.h67 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/
DSSAUpdaterBulk.cpp95 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()
DPromoteMemoryToRegister.cpp304 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/
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/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DIteratedDominanceFrontier.cpp80 if (useLiveIn && !LiveInBlocks->count(SuccBB)) in calculate()
/external/llvm/lib/Analysis/
DIteratedDominanceFrontier.cpp86 if (useLiveIn && !LiveInBlocks->count(SuccBB)) in calculate()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
DDominatorTreeTest.cpp655 SmallPtrSet<BasicBlock *, 32> LiveInBlocks; in TEST() local