HomeSort by relevance Sort by last modified time
    Searched refs:HoistRegion (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Transforms/Scalar/
LICM.cpp 134 /// HoistRegion - Walk the specified region of the CFG (defined by all
140 void HoistRegion(DomTreeNode *N);
271 HoistRegion(DT->getNode(L->getHeader()));
346 /// HoistRegion - Walk the specified region of the CFG (defined by all blocks
351 void LICM::HoistRegion(DomTreeNode *N) {
387 HoistRegion(Children[i]);
    [all...]
  /external/llvm/lib/CodeGen/
MachineLICM.cpp 241 void HoistRegion(MachineDomTreeNode *N, bool IsHeader);
    [all...]

Completed in 57 milliseconds