Searched refs:KMPCMicroTy (Results 1 – 1 of 1) sorted by relevance
26 Type *KMPCMicroTy = StructType::getTypeByName(M->getContext(), "kmpc_micro"); in createCallSpawnThreads() local28 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()