Searched refs:HasBranch (Results 1 – 2 of 2) sorted by relevance
165 RegInfo() : R(nullptr), HasBranch(false) {} in RegInfo()166 RegInfo(Region *RegionIn) : R(RegionIn), HasBranch(false) {} in RegInfo()168 bool HasBranch; member473 if (RI.HasBranch) in print()787 RI.HasBranch = checkBiasedBranch( in findScope()794 if (!RI.HasBranch) { in findScope()891 auto *Branch = RI.HasBranch ? in checkScopeHoistable()894 if (RI.HasBranch || !Selects.empty()) { in checkScopeHoistable()932 if (RI.HasBranch && InsertPoint != Branch) { in checkScopeHoistable()962 if (RI.HasBranch) { in checkScopeHoistable()[all …]
913 bool HasBranch = false; in convert() local919 HasBranch = true; in convert()922 const MCInstrDesc &D = HasBranch ? HII->get(Hexagon::J2_jump) in convert()925 if (!HasBranch) in convert()