Home
last modified time | relevance | path

Searched refs:InsertIterationSetup (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);
326 Value *Setup = InsertIterationSetup(LoopCountInit); in Create()
433 Value* HardwareLoop::InsertIterationSetup(Value *LoopCountInit) { in InsertIterationSetup() function in HardwareLoop