Searched refs:LoopCountInit (Results 1 – 2 of 2) sorted by relevance
168 void InsertIterationSetup(Value *LoopCountInit);318 Value *LoopCountInit = InitLoopCount(); in Create() local319 if (!LoopCountInit) { in Create()325 InsertIterationSetup(LoopCountInit); in Create()328 Instruction *LoopDec = InsertLoopRegDec(LoopCountInit); in Create()329 Value *EltsRem = InsertPHICounter(LoopCountInit, LoopDec); in Create()430 void HardwareLoop::InsertIterationSetup(Value *LoopCountInit) { in InsertIterationSetup() argument432 Type *Ty = LoopCountInit->getType(); in InsertIterationSetup()436 Value *SetCount = Builder.CreateCall(LoopIter, LoopCountInit); in InsertIterationSetup()
165 Value *InsertIterationSetup(Value *LoopCountInit);316 Value *LoopCountInit = InitLoopCount(); in Create() local317 if (!LoopCountInit) { in Create()323 Value *Setup = InsertIterationSetup(LoopCountInit); in Create()326 Instruction *LoopDec = InsertLoopRegDec(LoopCountInit); in Create()441 Value* HardwareLoop::InsertIterationSetup(Value *LoopCountInit) { in InsertIterationSetup() argument443 Type *Ty = LoopCountInit->getType(); in InsertIterationSetup()451 Value *LoopSetup = Builder.CreateCall(LoopIter, LoopCountInit); in InsertIterationSetup()470 return !UsePhi ? LoopCountInit : LoopSetup; in InsertIterationSetup()