Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp4290 FunctionType *ParallelRegionFnTy = FunctionType::get( in buildCustomStateMachine() local
4294 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()