Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DIteratedDominanceFrontier.h67 void setLiveInBlocks(const SmallPtrSetImpl<BasicBlock *> &Blocks) { in setLiveInBlocks() function
/external/llvm/lib/Transforms/Utils/
DPromoteMemoryToRegister.cpp612 IDF.setLiveInBlocks(LiveInBlocks); in run()