reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
209 if (!HWLoopInfo.canAnalyze(*LI)) 212 if (TTI->isHardwareLoopProfitable(L, *SE, *AC, LibInfo, HWLoopInfo) || 217 HWLoopInfo.CountType = 221 HWLoopInfo.LoopDecrement = 222 ConstantInt::get(HWLoopInfo.CountType, LoopDecrement); 224 MadeChange |= TryConvertLoop(HWLoopInfo); 225 return MadeChange && (!HWLoopInfo.IsNestingLegal && !ForceNestedLoop);