Searched refs:LoopDecrement (Results 1 – 5 of 5) sorted by relevance
66 LoopDecrement("hardware-loop-decrement", cl::Hidden, cl::init(1), variable208 LoopDecrement(Info.LoopDecrement), in HardwareLoop()224 Value *LoopDecrement = nullptr; member in __anon34762e850111::HardwareLoop259 if (LoopDecrement.getNumOccurrences()) in runOnFunction()260 Opts.setDecrement(LoopDecrement); in runOnFunction()336 HWLoopInfo.LoopDecrement = in TryConvertLoop()541 LoopDecrement->getType()); in InsertLoopDec()542 Value *Ops[] = { LoopDecrement }; in InsertLoopDec()564 Value *Ops[] = { EltsRem, LoopDecrement }; in InsertLoopRegDec()
396 HWLoopInfo.LoopDecrement = ConstantInt::get(HWLoopInfo.CountType, 1); in isHardwareLoopProfitable()
120 LoopDecrement = ConstantInt::get(CountType, 1); in HardwareLoopInfo()
105 Value *LoopDecrement = nullptr; // Decrement the loop counter by this member
2221 HWLoopInfo.LoopDecrement = ConstantInt::get(HWLoopInfo.CountType, 1); in isHardwareLoopProfitable()