Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DHardwareLoops.cpp182 Value *InsertIterationSetup(Value *LoopCountInit);
385 Value *Setup = InsertIterationSetup(LoopCountInit); in Create()
504 Value* HardwareLoop::InsertIterationSetup(Value *LoopCountInit) { in InsertIterationSetup() function in HardwareLoop