Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DHardwareLoops.cpp514 Value *LoopSetup = Builder.CreateCall(LoopIter, LoopCountInit); in InsertIterationSetup() local
523 UsePhi ? Builder.CreateExtractValue(LoopSetup, 1) : LoopSetup; in InsertIterationSetup()
529 LLVM_DEBUG(dbgs() << "HWLoops: Inserted loop counter: " << *LoopSetup in InsertIterationSetup()
532 LoopSetup = Builder.CreateExtractValue(LoopSetup, 0); in InsertIterationSetup()
533 return !UsePhi ? LoopCountInit : LoopSetup; in InsertIterationSetup()