Searched refs:IsBackwardBranch (Results 1 – 3 of 3) sorted by relevance
584 if (IsBackwardBranch(offset)) { in ExecuteSwitchImpl()595 if (IsBackwardBranch(offset)) { in ExecuteSwitchImpl()606 if (IsBackwardBranch(offset)) { in ExecuteSwitchImpl()617 if (IsBackwardBranch(offset)) { in ExecuteSwitchImpl()628 if (IsBackwardBranch(offset)) { in ExecuteSwitchImpl()733 if (IsBackwardBranch(offset)) { in ExecuteSwitchImpl()750 if (IsBackwardBranch(offset)) { in ExecuteSwitchImpl()767 if (IsBackwardBranch(offset)) { in ExecuteSwitchImpl()784 if (IsBackwardBranch(offset)) { in ExecuteSwitchImpl()801 if (IsBackwardBranch(offset)) { in ExecuteSwitchImpl()[all …]
636 if (IsBackwardBranch(offset)) { in ExecuteGotoImpl()650 if (IsBackwardBranch(offset)) { in ExecuteGotoImpl()664 if (IsBackwardBranch(offset)) { in ExecuteGotoImpl()678 if (IsBackwardBranch(offset)) { in ExecuteGotoImpl()692 if (IsBackwardBranch(offset)) { in ExecuteGotoImpl()796 if (IsBackwardBranch(offset)) { in ExecuteGotoImpl()816 if (IsBackwardBranch(offset)) { in ExecuteGotoImpl()836 if (IsBackwardBranch(offset)) { in ExecuteGotoImpl()856 if (IsBackwardBranch(offset)) { in ExecuteGotoImpl()876 if (IsBackwardBranch(offset)) { in ExecuteGotoImpl()[all …]
1014 static inline bool IsBackwardBranch(int32_t branch_offset) { in IsBackwardBranch() function