Searched refs:WorkFn (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | OpenMPOpt.cpp | 4527 Instruction *WorkFn = new LoadInst(VoidPtrTy, WorkFnAI, "worker.work_fn", in buildCustomStateMachine() local 4529 WorkFn->setDebugLoc(DLoc); in buildCustomStateMachine() 4536 ICmpInst::Create(ICmpInst::ICmp, llvm::CmpInst::ICMP_EQ, WorkFn, in buildCustomStateMachine() 4580 ICmpInst::ICmp, llvm::CmpInst::ICMP_EQ, WorkFn, ParallelRegion, in buildCustomStateMachine() 4600 CallInst::Create(ParallelRegionFnTy, WorkFn, {ZeroArg, GTid}, "", in buildCustomStateMachine()
|