Searched refs:Relaxable (Results 1 – 2 of 2) sorted by relevance
539 bool Relaxable = false; in isInstRelaxable() local549 Relaxable = true; in isInstRelaxable()553 Relaxable = false; in isInstRelaxable()556 return Relaxable; in isInstRelaxable()581 bool Relaxable = isInstRelaxable(MCI); in fixupNeedsRelaxationAdvanced() local582 if (Relaxable == false) in fixupNeedsRelaxationAdvanced()
880 SmallVector<MCRelaxableFragment *, 4> Relaxable; in finishLayout() local885 Relaxable.clear(); in finishLayout()894 Relaxable.push_back(&RF); in finishLayout()910 Relaxable.clear(); in finishLayout()924 while (!Relaxable.empty() && RemainingSize != 0) { in finishLayout()925 auto &RF = *Relaxable.pop_back_val(); in finishLayout()941 Relaxable.clear(); in finishLayout()