Searched defs:SinkRegion (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
H A DLICM.cpp120 /// SinkRegion - Walk the specified region of the CFG (defined by all blocks
126 void SinkRegion(DomTreeNode *N);
252 SinkRegion(DT->getNode(L->getHeader()));
278 /// SinkRegion - Walk the specified region of the CFG (defined by all blocks
284 void LICM::SinkRegion(DomTreeNode *N) { function in class:LICM
294 SinkRegion(Children[i]);

Completed in 35 milliseconds