Home
last modified time | relevance | path

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

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