nir: Transform expressions of b2f(a) and b2f(b) to !(a || b)
[mesa.git] / src / compiler / nir / nir_loop_analyze.h
2018-06-07 Timothy Arcerinir: move ends_in_break() helper to nir_loop_analyze.h
2017-03-22 Emil Velikovnir: consistently use ifndef guards over pragma once
2016-12-22 Thomas Hellandnir: Add a loop analysis pass