Home
last modified time | relevance | path

Searched refs:LiveInBlocks (Results 1 – 11 of 11) 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/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DSSAUpdaterBulk.cpp94 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()
DPromoteMemoryToRegister.cpp293 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/
DSSAUpdaterBulk.cpp94 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()
DPromoteMemoryToRegister.cpp290 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/
DGenericIteratedDominanceFrontier.h85 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/
DGenericIteratedDominanceFrontier.h85 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/
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/llvm/lib/Analysis/
DIteratedDominanceFrontier.cpp86 if (useLiveIn && !LiveInBlocks->count(SuccBB)) in calculate()
/external/llvm-project/llvm/unittests/IR/
DDominatorTreeTest.cpp685 SmallPtrSet<BasicBlock *, 32> LiveInBlocks; in TEST() local