Searched refs:LoopDecrement (Results 1 – 4 of 4) sorted by relevance
64 LoopDecrement("hardware-loop-decrement", cl::Hidden, cl::init(1), variable190 LoopDecrement(Info.LoopDecrement), in HardwareLoop()205 Value *LoopDecrement = nullptr; member in __anon0a0047860111::HardwareLoop273 if (LoopDecrement.getNumOccurrences()) in TryConvertLoop()274 HWLoopInfo.LoopDecrement = in TryConvertLoop()275 ConstantInt::get(HWLoopInfo.CountType, LoopDecrement); in TryConvertLoop()478 LoopDecrement->getType()); in InsertLoopDec()479 Value *Ops[] = { LoopDecrement }; in InsertLoopDec()501 Value *Ops[] = { EltsRem, LoopDecrement }; in InsertLoopRegDec()
398 HWLoopInfo.LoopDecrement = ConstantInt::get(HWLoopInfo.CountType, 1); in isHardwareLoopProfitable()
104 Value *LoopDecrement = nullptr; // Decrement the loop counter by this member
2096 HWLoopInfo.LoopDecrement = ConstantInt::get(HWLoopInfo.CountType, 1); in isHardwareLoopProfitable()