Home
last modified time | relevance | path

Searched refs:isCurBlockPressureLow (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 DVariableReuseAnalysis.hpp222 bool isCurBlockPressureLow() const { in isCurBlockPressureLow() function in IGC::VariableReuseAnalysis
H A DVariableReuseAnalysis.cpp184 if (isCurFunctionPressureLow() || isCurBlockPressureLow()) in checkUseInst()
224 if (isCurFunctionPressureLow() || isCurBlockPressureLow()) in checkDefInst()