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

/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
H A DLICM.cpp121 /// 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) { function in class:LICM
356 HoistRegion(Children[i]);
/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DMachineLICM.cpp218 /// 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) { function in class:MachineLICM
655 HoistRegion(Children[I]);

Completed in 8839 milliseconds