Searched refs:LoopCountInit (Results 1 – 1 of 1) sorted by relevance
182 Value *InsertIterationSetup(Value *LoopCountInit);378 Value *LoopCountInit = InitLoopCount(); in Create() local379 if (!LoopCountInit) { in Create()385 Value *Setup = InsertIterationSetup(LoopCountInit); in Create()388 Instruction *LoopDec = InsertLoopRegDec(LoopCountInit); in Create()504 Value* HardwareLoop::InsertIterationSetup(Value *LoopCountInit) { in InsertIterationSetup() argument506 Type *Ty = LoopCountInit->getType(); in InsertIterationSetup()514 Value *LoopSetup = Builder.CreateCall(LoopIter, LoopCountInit); in InsertIterationSetup()533 return !UsePhi ? LoopCountInit : LoopSetup; in InsertIterationSetup()