Searched refs:LoopDecrement (Results 1 – 4 of 4) sorted by relevance
67 LoopDecrement("hardware-loop-decrement", cl::Hidden, cl::init(1), variable193 LoopDecrement(Info.LoopDecrement), in HardwareLoop()208 Value *LoopDecrement = nullptr; member in __anon01f6a13a0111::HardwareLoop276 if (LoopDecrement.getNumOccurrences()) in TryConvertLoop()277 HWLoopInfo.LoopDecrement = in TryConvertLoop()278 ConstantInt::get(HWLoopInfo.CountType, LoopDecrement); in TryConvertLoop()470 LoopDecrement->getType()); in InsertLoopDec()471 Value *Ops[] = { LoopDecrement }; in InsertLoopDec()493 Value *Ops[] = { EltsRem, LoopDecrement }; in InsertLoopRegDec()
785 HWLoopInfo.LoopDecrement = ConstantInt::get(HWLoopInfo.CountType, 1); in isHardwareLoopProfitable()
102 Value *LoopDecrement = nullptr; // Decrement the loop counter by this member
1937 HWLoopInfo.LoopDecrement = ConstantInt::get(HWLoopInfo.CountType, 1); in isHardwareLoopProfitable()