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

/external/llvm/lib/Transforms/Scalar/
H A DLICM.cpp141 /// HoistRegion - Walk the specified region of the CFG (defined by all
147 void HoistRegion(DomTreeNode *N);
295 HoistRegion(DT->getNode(L->getHeader()));
387 /// HoistRegion - Walk the specified region of the CFG (defined by all blocks
392 void LICM::HoistRegion(DomTreeNode *N) { function in class:LICM
428 HoistRegion(Children[i]);
/external/llvm/lib/CodeGen/
H A DMachineLICM.cpp242 void HoistRegion(MachineDomTreeNode *N, bool IsHeader);

Completed in 482 milliseconds