Searched refs:Relaxable (Results 1 – 2 of 2) sorted by relevance
540 bool Relaxable = false; in isInstRelaxable() local550 Relaxable = true; in isInstRelaxable()554 Relaxable = false; in isInstRelaxable()557 return Relaxable; in isInstRelaxable()582 bool Relaxable = isInstRelaxable(MCI); in fixupNeedsRelaxationAdvanced() local583 if (Relaxable == false) in fixupNeedsRelaxationAdvanced()
980 SmallVector<MCRelaxableFragment *, 4> Relaxable; in finishLayout() local985 Relaxable.clear(); in finishLayout()994 Relaxable.push_back(&RF); in finishLayout()1010 Relaxable.clear(); in finishLayout()1025 while (!Relaxable.empty() && RemainingSize != 0) { in finishLayout()1026 auto &RF = *Relaxable.pop_back_val(); in finishLayout()1042 Relaxable.clear(); in finishLayout()