Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Utils/
DPromoteMemoryToRegister.cpp97 SmallVector<BasicBlock *, 32> DefiningBlocks; member
108 DefiningBlocks.clear(); in clear()
130 DefiningBlocks.push_back(SI->getParent()); in AnalyzeAlloca()
555 if (Info.DefiningBlocks.size() == 1) { in run()
601 DefBlocks.insert(Info.DefiningBlocks.begin(), Info.DefiningBlocks.end()); in run()
DMemorySSA.cpp342 SmallPtrSet<BasicBlock *, 32> DefiningBlocks; in buildMemorySSA() local
360 DefiningBlocks.insert(&B); in buildMemorySSA()
400 IDFs.setDefiningBlocks(DefiningBlocks); in buildMemorySSA()
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DPromoteMemoryToRegister.cpp293 SmallVector<BasicBlock*, 32> DefiningBlocks; member
304 DefiningBlocks.clear(); in clear()
327 DefiningBlocks.push_back(SI->getParent()); in AnalyzeAlloca()
421 if (Info.DefiningBlocks.size() == 1) { in run()
747 DefBlocks.insert(Info.DefiningBlocks.begin(), Info.DefiningBlocks.end()); in DetermineInsertionPoint()
/external/llvm/include/llvm/Transforms/Utils/
DMemorySSA.h602 determineInsertionPoint(const SmallPtrSetImpl<BasicBlock *> &DefiningBlocks);