Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DHardwareLoops.cpp160 class HardwareLoop { class
183 HardwareLoop(HardwareLoopInfo &Info, ScalarEvolution &SE, in HardwareLoop() function in __anon0a0047860111::HardwareLoop
307 HardwareLoop HWLoop(HWLoopInfo, *SE, *DL, ORE); in TryConvertLoop()
313 void HardwareLoop::Create() { in Create()
381 Value *HardwareLoop::InitLoopCount() { in InitLoopCount()
441 Value* HardwareLoop::InsertIterationSetup(Value *LoopCountInit) { in InsertIterationSetup()
473 void HardwareLoop::InsertLoopDec() { in InsertLoopDec()
495 Instruction* HardwareLoop::InsertLoopRegDec(Value *EltsRem) { in InsertLoopRegDec()
508 PHINode* HardwareLoop::InsertPHICounter(Value *NumElts, Value *EltsRem) { in InsertPHICounter()
520 void HardwareLoop::UpdateBranch(Value *EltsRem) { in UpdateBranch()