Searched refs:HoistRegion (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
H A DLICM.cpp128 /// HoistRegion - Walk the specified region of the CFG (defined by all
134 void HoistRegion(DomTreeNode *N);
254 HoistRegion(DT->getNode(L->getHeader()));
326 /// HoistRegion - Walk the specified region of the CFG (defined by all blocks
331 void LICM::HoistRegion(DomTreeNode *N) { function in class:LICM
367 HoistRegion(Children[i]);
/external/llvm/lib/CodeGen/
H A DMachineLICM.cpp241 void HoistRegion(MachineDomTreeNode *N, bool IsHeader);

Completed in 80 milliseconds