Home
last modified time | relevance | path

Searched refs:CheapInstr (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineLICM.cpp1145 bool CheapInstr) { in CanCauseHighRegPressure() argument
1155 if (CheapInstr && !HoistCheapInsts) in CanCauseHighRegPressure()
1203 bool CheapInstr = IsCheapInstruction(MI); in IsProfitableToHoist() local
1207 if (CheapInstr && CreatesCopy) { in IsProfitableToHoist()
1244 if (!CanCauseHighRegPressure(Cost, CheapInstr)) { in IsProfitableToHoist()