Searched refs:AllowMoveElim (Results 1 – 3 of 3) sorted by relevance
169 CodeGenRegisterCost(Record *RC, unsigned RegisterCost, bool AllowMoveElim = false)170 : RCDef(RC), Cost(RegisterCost), AllowMoveElimination(AllowMoveElim) {} in RCDef()
1867 bool AllowMoveElim = false; in collectRegisterFiles() local1870 AllowMoveElim = Val->getValue(); in collectRegisterFiles()1873 CGRF.Costs.emplace_back(RegisterClasses[I], Cost, AllowMoveElim); in collectRegisterFiles()
539 list<int> Costs = [], list<bit> AllowMoveElim = [],543 list<bit> AllowMoveElimination = AllowMoveElim;