Home
last modified time | relevance | path

Searched defs: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()
150 SmallPtrSet<BasicBlock *, 32> LiveInBlocks; in RewriteAllUses() local
DPromoteMemoryToRegister.cpp609 SmallPtrSet<BasicBlock *, 32> LiveInBlocks; in run() local
776 SmallPtrSetImpl<BasicBlock *> &LiveInBlocks) { in ComputeLiveInBlocks()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DGenericIteratedDominanceFrontier.h108 const SmallPtrSetImpl<NodeTy *> *LiveInBlocks; variable