Searched refs:LoopCountInit (Results 1 – 2 of 2) sorted by relevance
168 Value *InsertIterationSetup(Value *LoopCountInit);321 Value *LoopCountInit = InitLoopCount(); in Create() local322 if (!LoopCountInit) { in Create()328 Value *Setup = InsertIterationSetup(LoopCountInit); in Create()331 Instruction *LoopDec = InsertLoopRegDec(LoopCountInit); in Create()435 Value* HardwareLoop::InsertIterationSetup(Value *LoopCountInit) { in InsertIterationSetup() argument437 Type *Ty = LoopCountInit->getType(); in InsertIterationSetup()443 Value *SetCount = Builder.CreateCall(LoopIter, LoopCountInit); in InsertIterationSetup()457 return UseLoopGuard ? LoopCountInit : SetCount; in InsertIterationSetup()
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()