Home | History | Annotate | Download | only in Analysis

Lines Matching refs:isProfitableToHoist

214 bool TargetTransformInfo::isProfitableToHoist(Instruction *I) const {
215 return TTIImpl->isProfitableToHoist(I);