Home
last modified time | relevance | path

Searched refs:BranchSwapping (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 DDriverInfo.hpp106 virtual bool BranchSwapping() const { return false; } in BranchSwapping() function in IGC::CDriverInfo
H A DShaderCodeGen.cpp784 if (IGC_IS_FLAG_DISABLED(DisableBranchSwaping) && ctx.m_DriverInfo.BranchSwapping()) in AddLegalizationPasses()