Home
last modified time | relevance | path

Searched refs:LoopCountInit (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DHardwareLoops.cpp165 Value *InsertIterationSetup(Value *LoopCountInit);
316 Value *LoopCountInit = InitLoopCount(); in Create() local
317 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() argument
443 Type *Ty = LoopCountInit->getType(); in InsertIterationSetup()
451 Value *LoopSetup = Builder.CreateCall(LoopIter, LoopCountInit); in InsertIterationSetup()
470 return !UsePhi ? LoopCountInit : LoopSetup; in InsertIterationSetup()