Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/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()