Home
last modified time | relevance | path

Searched defs:DefiningBlocks (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DMemorySSAUpdater.cpp361 SmallPtrSet<BasicBlock *, 2> DefiningBlocks; in insertDef() local
1056 SmallPtrSet<BasicBlock *, 16> DefiningBlocks(BlocksToProcess.begin(), in applyInsertUpdates() local
DMemorySSA.cpp1494 const SmallPtrSetImpl<BasicBlock *> &DefiningBlocks) { in placePHINodes()
1520 SmallPtrSet<BasicBlock *, 32> DefiningBlocks; in buildMemorySSA() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DPromoteMemoryToRegister.cpp109 SmallVector<BasicBlock *, 32> DefiningBlocks; member