Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DMachineLICM.cpp1152 bool CheapInstr) { in CanCauseHighRegPressure() argument
1162 if (CheapInstr && !HoistCheapInsts) in CanCauseHighRegPressure()
1209 bool CheapInstr = IsCheapInstruction(MI); in IsProfitableToHoist() local
1213 if (CheapInstr && CreatesCopy) { in IsProfitableToHoist()
1250 if (!CanCauseHighRegPressure(Cost, CheapInstr)) { in IsProfitableToHoist()