Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DHardwareLoops.cpp182 Value *InsertIterationSetup(Value *LoopCountInit);
378 Value *LoopCountInit = InitLoopCount(); in Create() local
379 if (!LoopCountInit) { in Create()
385 Value *Setup = InsertIterationSetup(LoopCountInit); in Create()
388 Instruction *LoopDec = InsertLoopRegDec(LoopCountInit); in Create()
504 Value* HardwareLoop::InsertIterationSetup(Value *LoopCountInit) { in InsertIterationSetup() argument
506 Type *Ty = LoopCountInit->getType(); in InsertIterationSetup()
514 Value *LoopSetup = Builder.CreateCall(LoopIter, LoopCountInit); in InsertIterationSetup()
533 return !UsePhi ? LoopCountInit : LoopSetup; in InsertIterationSetup()