Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DHardwareLoops.cpp451 Value *LoopSetup = Builder.CreateCall(LoopIter, LoopCountInit); in InsertIterationSetup() local
460 UsePhi ? Builder.CreateExtractValue(LoopSetup, 1) : LoopSetup; in InsertIterationSetup()
466 LLVM_DEBUG(dbgs() << "HWLoops: Inserted loop counter: " << *LoopSetup in InsertIterationSetup()
469 LoopSetup = Builder.CreateExtractValue(LoopSetup, 0); in InsertIterationSetup()
470 return !UsePhi ? LoopCountInit : LoopSetup; in InsertIterationSetup()