Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h690 void unrollLoopHeuristic(DebugLoc DL, CanonicalLoopInfo *Loop);
/openbsd-src/gnu/llvm/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp2987 void OpenMPIRBuilder::unrollLoopHeuristic(DebugLoc, CanonicalLoopInfo *Loop) { in unrollLoopHeuristic() function in OpenMPIRBuilder
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp2773 OMPBuilder.unrollLoopHeuristic(DL, CLI); in EmitOMPUnrollDirective()