Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp4490 Instruction *WorkFnAI = in buildCustomStateMachine() local
4493 WorkFnAI->setDebugLoc(DLoc); in buildCustomStateMachine()
4512 if (WorkFnAI->getType()->getPointerAddressSpace() != in buildCustomStateMachine()
4514 WorkFnAI = new AddrSpaceCastInst( in buildCustomStateMachine()
4515 WorkFnAI, PointerType::get(Ctx, (unsigned int)AddressSpace::Generic), in buildCustomStateMachine()
4516 WorkFnAI->getName() + ".generic", StateMachineBeginBB); in buildCustomStateMachine()
4517 WorkFnAI->setDebugLoc(DLoc); in buildCustomStateMachine()
4524 KernelParallelFn, {WorkFnAI}, "worker.is_active", StateMachineBeginBB); in buildCustomStateMachine()
4527 Instruction *WorkFn = new LoadInst(VoidPtrTy, WorkFnAI, "worker.work_fn", in buildCustomStateMachine()