Searched refs:AllowMoveElim (Results 1 – 3 of 3) sorted by relevance
171 CodeGenRegisterCost(Record *RC, unsigned RegisterCost, bool AllowMoveElim = false)172 : RCDef(RC), Cost(RegisterCost), AllowMoveElimination(AllowMoveElim) {} in RCDef()
1810 bool AllowMoveElim = false; in collectRegisterFiles() local1813 AllowMoveElim = Val->getValue(); in collectRegisterFiles()1816 CGRF.Costs.emplace_back(RegisterClasses[I], Cost, AllowMoveElim); in collectRegisterFiles()
538 list<int> Costs = [], list<bit> AllowMoveElim = [],542 list<bit> AllowMoveElimination = AllowMoveElim;