Home
last modified time | relevance | path

Searched refs:SetDominatorTreeHelper (Results 1 – 2 of 2) sorted by relevance

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/CISACodeGen/
H A DShaderCodeGen.hpp260 void SetDominatorTreeHelper(llvm::DominatorTree* DT) { m_DT = DT; } in SetDominatorTreeHelper() function in IGC::CShader
H A DEmitVISAPass.cpp587 m_currShader->SetDominatorTreeHelper(&getAnalysis<DominatorTreeWrapperPass>().getDomTree()); in runOnFunction()