Searched refs:LoopCountInit (Results 1 – 1 of 1) sorted by relevance
181 Value *InsertIterationSetup(Value *LoopCountInit);377 Value *LoopCountInit = InitLoopCount(); in Create() local378 if (!LoopCountInit) { in Create()384 Value *Setup = InsertIterationSetup(LoopCountInit); in Create()387 Instruction *LoopDec = InsertLoopRegDec(LoopCountInit); in Create()503 Value* HardwareLoop::InsertIterationSetup(Value *LoopCountInit) { in InsertIterationSetup() argument507 Type *Ty = LoopCountInit->getType(); in InsertIterationSetup()514 Value *LoopSetup = Builder.CreateIntrinsic(ID, Ty, LoopCountInit); in InsertIterationSetup()533 return !UsePhi ? LoopCountInit : LoopSetup; in InsertIterationSetup()