Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/lib/CodeGen/
H A DLoopGeneratorsKMP.cpp26 Type *KMPCMicroTy = StructType::getTypeByName(M->getContext(), "kmpc_micro"); in createCallSpawnThreads() local
28 if (!KMPCMicroTy) { in createCallSpawnThreads()
33 KMPCMicroTy = FunctionType::get(Builder.getVoidTy(), MicroParams, true); in createCallSpawnThreads()
43 KMPCMicroTy->getPointerTo()}; in createCallSpawnThreads()
50 SubFn, KMPCMicroTy->getPointerTo()); in createCallSpawnThreads()