Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DHardwareLoops.cpp181 Value *InsertIterationSetup(Value *LoopCountInit);
377 Value *LoopCountInit = InitLoopCount(); in Create() local
378 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() argument
507 Type *Ty = LoopCountInit->getType(); in InsertIterationSetup()
514 Value *LoopSetup = Builder.CreateIntrinsic(ID, Ty, LoopCountInit); in InsertIterationSetup()
533 return !UsePhi ? LoopCountInit : LoopSetup; in InsertIterationSetup()