Searched refs:LoopSetup (Results 1 – 1 of 1) sorted by relevance
448 Value *LoopSetup = Builder.CreateCall(LoopIter, LoopCountInit); in InsertIterationSetup() local457 UsePhi ? Builder.CreateExtractValue(LoopSetup, 1) : LoopSetup; in InsertIterationSetup()463 LLVM_DEBUG(dbgs() << "HWLoops: Inserted loop counter: " << *LoopSetup in InsertIterationSetup()466 LoopSetup = Builder.CreateExtractValue(LoopSetup, 0); in InsertIterationSetup()467 return !UsePhi ? LoopCountInit : LoopSetup; in InsertIterationSetup()