Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DHardwareLoops.cpp168 Value *InsertIterationSetup(Value *LoopCountInit);
319 Value *LoopCountInit = InitLoopCount(); in Create() local
320 if (!LoopCountInit) { in Create()
326 Value *Setup = InsertIterationSetup(LoopCountInit); in Create()
329 Instruction *LoopDec = InsertLoopRegDec(LoopCountInit); in Create()
433 Value* HardwareLoop::InsertIterationSetup(Value *LoopCountInit) { in InsertIterationSetup() argument
435 Type *Ty = LoopCountInit->getType(); in InsertIterationSetup()
443 Value *LoopSetup = Builder.CreateCall(LoopIter, LoopCountInit); in InsertIterationSetup()
462 return !UsePhi ? LoopCountInit : LoopSetup; in InsertIterationSetup()