Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h573 void unrollLoopHeuristic(DebugLoc DL, CanonicalLoopInfo *Loop);
/llvm-project-15.0.7/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp2890 void OpenMPIRBuilder::unrollLoopHeuristic(DebugLoc, CanonicalLoopInfo *Loop) { in unrollLoopHeuristic() function in OpenMPIRBuilder
/llvm-project-15.0.7/llvm/unittests/Frontend/
H A DOpenMPIRBuilderTest.cpp1894 OMPBuilder.unrollLoopHeuristic(DL, CLI); in TEST_F()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp2715 OMPBuilder.unrollLoopHeuristic(DL, CLI); in EmitOMPUnrollDirective()