Searched refs:WorkFnAI (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | OpenMPOpt.cpp | 4493 Instruction *WorkFnAI = in buildCustomStateMachine() local 4496 WorkFnAI->setDebugLoc(DLoc); in buildCustomStateMachine() 4515 if (WorkFnAI->getType()->getPointerAddressSpace() != in buildCustomStateMachine() 4517 WorkFnAI = new AddrSpaceCastInst( in buildCustomStateMachine() 4518 WorkFnAI, PointerType::get(Ctx, (unsigned int)AddressSpace::Generic), in buildCustomStateMachine() 4519 WorkFnAI->getName() + ".generic", StateMachineBeginBB); in buildCustomStateMachine() 4520 WorkFnAI->setDebugLoc(DLoc); in buildCustomStateMachine() 4527 KernelParallelFn, {WorkFnAI}, "worker.is_active", StateMachineBeginBB); in buildCustomStateMachine() 4530 Instruction *WorkFn = new LoadInst(VoidPtrTy, WorkFnAI, "worker.work_fn", in buildCustomStateMachine()
|