Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DMemorySSAUpdater.cpp1047 SmallVector<BasicBlock *, 8> BlocksToProcess; in applyInsertUpdates() local
1050 BlocksToProcess.push_back(MPhi->getBlock()); in applyInsertUpdates()
1054 if (!BlocksToProcess.empty()) { in applyInsertUpdates()
1056 SmallPtrSet<BasicBlock *, 16> DefiningBlocks(BlocksToProcess.begin(), in applyInsertUpdates()
1057 BlocksToProcess.end()); in applyInsertUpdates()