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