Searched refs:LoopDecrement (Results 1 – 5 of 5) sorted by relevance
65 LoopDecrement("hardware-loop-decrement", cl::Hidden, cl::init(1), variable207 LoopDecrement(Info.LoopDecrement), in HardwareLoop()223 Value *LoopDecrement = nullptr; member in __anon3d0d820f0111::HardwareLoop258 if (LoopDecrement.getNumOccurrences()) in runOnFunction()259 Opts.setDecrement(LoopDecrement); in runOnFunction()335 HWLoopInfo.LoopDecrement = in TryConvertLoop()542 Value *Ops[] = { LoopDecrement }; in InsertLoopDec()544 LoopDecrement->getType(), Ops); in InsertLoopDec()565 Value *Ops[] = { EltsRem, LoopDecrement }; in InsertLoopRegDec()
399 HWLoopInfo.LoopDecrement = ConstantInt::get(HWLoopInfo.CountType, 1); in isHardwareLoopProfitable()
106 Value *LoopDecrement = nullptr; // Decrement the loop counter by this member
123 LoopDecrement = ConstantInt::get(CountType, 1); in HardwareLoopInfo()
2357 HWLoopInfo.LoopDecrement = ConstantInt::get(HWLoopInfo.CountType, 1); in isHardwareLoopProfitable()