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

  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
LICM.cpp 121 /// HoistRegion - Walk the specified region of the CFG (defined by all
127 void HoistRegion(DomTreeNode *N);
243 HoistRegion(DT->getNode(L->getHeader()));
315 /// HoistRegion - Walk the specified region of the CFG (defined by all blocks
320 void LICM::HoistRegion(DomTreeNode *N) {
356 HoistRegion(Children[i]);
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
MachineLICM.cpp 218 /// HoistRegion - Walk the specified region of the CFG (defined by all
224 void HoistRegion(MachineDomTreeNode *N, bool IsHeader = false);
359 HoistRegion(N, true);
608 /// HoistRegion - Walk the specified region of the CFG (defined by all blocks
613 void MachineLICM::HoistRegion(MachineDomTreeNode *N, bool IsHeader) {
655 HoistRegion(Children[I]);
    [all...]
  /external/llvm/lib/CodeGen/
MachineLICM.cpp 206 void HoistRegion(MachineDomTreeNode *N, bool IsHeader);
    [all...]

Completed in 147 milliseconds