Searched defs:is_loop (Results 1 – 10 of 10) sorted by relevance
193 unsigned is_loop = 0; in r300_vertex_program_dump() local
76 const bool is_loop = type() == ConstructType::kLoop; in blocks() local
77 const bool is_loop = type() == ConstructType::kLoop; in blocks() local
104 bool prog_scope::is_loop() const in is_loop() function in r600::prog_scope
135 void QuantizeRun(bool is_loop, int q = 0, int test_num = 1) { in QuantizeRun()
311 bool prog_scope::is_loop() const in is_loop() function in __anon368a10770111::prog_scope
81 def is_loop(self) -> bool: member in Rule
302 fn is_loop(&self) -> bool { in is_loop() method
1141 bool is_loop() { return src_loop || !repeats.empty(); } in is_loop() function