Searched refs:nesting_corr (Results 1 – 4 of 4) sorted by relevance
59 int nesting_corr() const override;
95 int ControlFlowInstr::nesting_corr() const in nesting_corr() function in r600::ControlFlowInstr
108 virtual int nesting_corr() const { return 0;} in nesting_corr() function
227 for (int j = 0; j < 2 * (m_nesting_depth + i->nesting_corr()) + 2; ++j) in do_print()