Searched refs:LoopCountInit (Results 1 – 1 of 1) sorted by relevance
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()