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 __anon3d0d820f0111::HardwareLoop259 if (LoopDecrement.getNumOccurrences()) in runOnFunction()260 Opts.setDecrement(LoopDecrement); in runOnFunction()336 HWLoopInfo.LoopDecrement = in TryConvertLoop()546 LoopDecrement->getType()); in InsertLoopDec()547 Value *Ops[] = { LoopDecrement }; in InsertLoopDec()572 Value *Ops[] = { EltsRem, LoopDecrement }; in InsertLoopRegDec()
396 HWLoopInfo.LoopDecrement = ConstantInt::get(HWLoopInfo.CountType, 1); in isHardwareLoopProfitable()
121 LoopDecrement = ConstantInt::get(CountType, 1); in HardwareLoopInfo()
106 Value *LoopDecrement = nullptr; // Decrement the loop counter by this member
2233 HWLoopInfo.LoopDecrement = ConstantInt::get(HWLoopInfo.CountType, 1); in isHardwareLoopProfitable()