Searched refs:Relaxable (Results 1 – 2 of 2) sorted by relevance
541 bool Relaxable = false; in isInstRelaxable() local551 Relaxable = true; in isInstRelaxable()555 Relaxable = false; in isInstRelaxable()558 return Relaxable; in isInstRelaxable()583 bool Relaxable = isInstRelaxable(MCI); in fixupNeedsRelaxationAdvanced() local584 if (Relaxable == false) in fixupNeedsRelaxationAdvanced()
895 SmallVector<MCRelaxableFragment *, 4> Relaxable; in finishLayout() local900 Relaxable.clear(); in finishLayout()909 Relaxable.push_back(&RF); in finishLayout()925 Relaxable.clear(); in finishLayout()940 while (!Relaxable.empty() && RemainingSize != 0) { in finishLayout()941 auto &RF = *Relaxable.pop_back_val(); in finishLayout()957 Relaxable.clear(); in finishLayout()