Searched refs:CheapInstr (Results 1 – 1 of 1) sorted by relevance
1237 const SmallDenseMap<unsigned, int> &Cost, bool CheapInstr) { in CanCauseHighRegPressure() argument1247 if (CheapInstr && !HoistCheapInsts) in CanCauseHighRegPressure()1295 bool CheapInstr = IsCheapInstruction(MI); in IsProfitableToHoist() local1299 if (CheapInstr && CreatesCopy) { in IsProfitableToHoist()1336 if (!CanCauseHighRegPressure(Cost, CheapInstr)) { in IsProfitableToHoist()