Home
last modified time | relevance | path

Searched refs:HoistRegion (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DLICM.cpp127 void HoistRegion(DomTreeNode *N);
243 HoistRegion(DT->getNode(L->getHeader())); in runOnLoop()
320 void LICM::HoistRegion(DomTreeNode *N) { in HoistRegion() function in LICM
356 HoistRegion(Children[i]); in HoistRegion()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DMachineLICM.cpp224 void HoistRegion(MachineDomTreeNode *N, bool IsHeader = false);
359 HoistRegion(N, true); in runOnMachineFunction()
613 void MachineLICM::HoistRegion(MachineDomTreeNode *N, bool IsHeader) { in HoistRegion() function in MachineLICM
655 HoistRegion(Children[I]); in HoistRegion()
/external/llvm/lib/CodeGen/
DMachineLICM.cpp206 void HoistRegion(MachineDomTreeNode *N, bool IsHeader);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineLICM.cpp221 void HoistRegion(MachineDomTreeNode *N, bool IsHeader);