Searched defs:loop_info (Results 1 – 8 of 8) sorted by relevance
35 struct loop_info { struct46 struct loop_info * Loops; argument
32 struct loop_info { struct47 struct loop_info64 { argument
70 struct loop_info { struct71 Block* loop_header;72 uint16_t num_exec_masks;73 uint8_t needs;74 bool has_divergent_break;75 bool has_divergent_continue;76 bool has_discard; /* has a discard or demote */77 loop_info(Block* b, uint16_t num, uint8_t needs, bool breaks, bool cont, bool discard) : in loop_info() function
575 LoopInfo* loop_info = &it.first->second; in PushLoop() local687 for (const std::pair<const int, LoopInfo>& loop_info : header_to_info_) { in ResumeJumpTargetsAreValid() local721 for (const std::pair<const int, LoopInfo>& loop_info : header_to_info_) { in ResumeJumpTargetsAreValid() local796 LoopInfo loop_info = GetLoopInfoFor(target.target_offset()); in ResumeJumpTargetLeavesResolveSuspendIds() local
139 LoopInfo* loop_info; member
3931 const LoopInfo& loop_info = in BuildLoopHeaderEnvironment() local4005 const LoopInfo& loop_info = in BuildLoopExitsUntilLoop() local
1313 LoopInfo const& loop_info = in TraverseBytecode() local
906 struct loop_info struct917 struct loop_info *loopStack, GLuint loopStackDepth, in update_interval() argument