Searched refs:UnrollingLoop (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUnrollRuntime.cpp753 BasicBlock *UnrollingLoop = UseEpilogRemainder ? NewPreHeader : PrologExit; local
755 B.CreateCondBr(BranchVal, RemainderLoop, UnrollingLoop);

Completed in 194 milliseconds