Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineLICM.cpp1108 bool CheapInstr) { in CanCauseHighRegPressure() argument
1118 if (CheapInstr && !HoistCheapInsts) in CanCauseHighRegPressure()
1165 bool CheapInstr = IsCheapInstruction(MI); in IsProfitableToHoist() local
1169 if (CheapInstr && CreatesCopy) { in IsProfitableToHoist()
1206 if (!CanCauseHighRegPressure(Cost, CheapInstr)) { in IsProfitableToHoist()