Searched defs:isLoop (Results 1 – 6 of 6) sorted by relevance
26 bool Interval::isLoop() const { in isLoop() function in Interval
72 bool isLoop() const override { return false; } in isLoop() function in __anon645ea0150111::ConcreteRegion75 template <> bool ConcreteRegion<MachineLoop>::isLoop() const { return true; } in isLoop() function in __anon645ea0150111::ConcreteRegion
1300 public isLoop() { return false; } method in Statement1460 public isLoop() { return true; } method in WhileStatement1512 public isLoop() { return true; } method in DoWhileStatement1696 public isLoop() { return true; } method in ForInStatement1814 public isLoop() { return true; } method in ForStatement
1117 bool Shader::Instruction::isLoop() const in isLoop() function in sw::Shader::Instruction
1163 deUint32 isLoop; in simulate() member