Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineLICM.cpp1106 bool CheapInstr) { in CanCauseHighRegPressure() argument
1116 if (CheapInstr && !HoistCheapInsts) in CanCauseHighRegPressure()
1163 bool CheapInstr = IsCheapInstruction(MI); in IsProfitableToHoist() local
1167 if (CheapInstr && CreatesCopy) { in IsProfitableToHoist()
1204 if (!CanCauseHighRegPressure(Cost, CheapInstr)) { in IsProfitableToHoist()