Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineLICM.cpp239 bool CanCauseHighRegPressure(const SmallDenseMap<unsigned, int> &Cost,
1236 bool MachineLICMImpl::CanCauseHighRegPressure( in CanCauseHighRegPressure() function in MachineLICMImpl
1336 if (!CanCauseHighRegPressure(Cost, CheapInstr)) { in IsProfitableToHoist()
1379 if (CanCauseHighRegPressure(Cost, false) && in IsProfitableToHoist()