Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DHardwareLoops.cpp163 class HardwareLoop { class
186 HardwareLoop(HardwareLoopInfo &Info, ScalarEvolution &SE, in HardwareLoop() function in __anon01f6a13a0111::HardwareLoop
310 HardwareLoop HWLoop(HWLoopInfo, *SE, *DL, ORE); in TryConvertLoop()
316 void HardwareLoop::Create() { in Create()
378 Value *HardwareLoop::InitLoopCount() { in InitLoopCount()
433 Value* HardwareLoop::InsertIterationSetup(Value *LoopCountInit) { in InsertIterationSetup()
465 void HardwareLoop::InsertLoopDec() { in InsertLoopDec()
487 Instruction* HardwareLoop::InsertLoopRegDec(Value *EltsRem) { in InsertLoopRegDec()
500 PHINode* HardwareLoop::InsertPHICounter(Value *NumElts, Value *EltsRem) { in InsertPHICounter()
512 void HardwareLoop::UpdateBranch(Value *EltsRem) { in UpdateBranch()