Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DIteratedDominanceFrontier.h56 void setDefiningBlocks(const SmallPtrSetImpl<BasicBlock *> &Blocks) { in setDefiningBlocks() function
/external/llvm/lib/Transforms/Utils/
DPromoteMemoryToRegister.cpp613 IDF.setDefiningBlocks(DefBlocks); in run()
DMemorySSA.cpp400 IDFs.setDefiningBlocks(DefiningBlocks); in buildMemorySSA()