Searched refs:Relaxable (Results 1 – 2 of 2) sorted by relevance
411 bool Relaxable = false; in isInstRelaxable() local421 Relaxable = true; in isInstRelaxable()425 Relaxable = false; in isInstRelaxable()428 return Relaxable; in isInstRelaxable()450 bool Relaxable = isInstRelaxable(MCI); in fixupNeedsRelaxationAdvanced() local451 if (Relaxable == false) in fixupNeedsRelaxationAdvanced()
903 SmallVector<MCRelaxableFragment *, 4> Relaxable; in finishLayout() local908 Relaxable.clear(); in finishLayout()915 Relaxable.push_back(&RF); in finishLayout()931 Relaxable.clear(); in finishLayout()942 while (!Relaxable.empty() && RemainingSize != 0) { in finishLayout()943 auto &RF = *Relaxable.pop_back_val(); in finishLayout()959 Relaxable.clear(); in finishLayout()