Searched refs:ParallelRegionFnTy (Results 1 – 1 of 1) sorted by relevance
4290 FunctionType *ParallelRegionFnTy = FunctionType::get( in buildCustomStateMachine() local4294 WorkFn, ParallelRegionFnTy->getPointerTo(), "worker.work_fn.addr_cast", in buildCustomStateMachine()4312 Constant::getNullValue(ParallelRegionFnTy->getParamType(0)); in buildCustomStateMachine()4356 CallInst::Create(ParallelRegionFnTy, WorkFnCast, {ZeroArg, GTid}, "", in buildCustomStateMachine()