Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp3847 Instruction *WorkFnAI = in buildCustomStateMachine() local
3850 WorkFnAI->setDebugLoc(DLoc); in buildCustomStateMachine()
3869 if (WorkFnAI->getType()->getPointerAddressSpace() != in buildCustomStateMachine()
3871 WorkFnAI = new AddrSpaceCastInst( in buildCustomStateMachine()
3872 WorkFnAI, in buildCustomStateMachine()
3874 cast<PointerType>(WorkFnAI->getType()), in buildCustomStateMachine()
3876 WorkFnAI->getName() + ".generic", StateMachineBeginBB); in buildCustomStateMachine()
3877 WorkFnAI->setDebugLoc(DLoc); in buildCustomStateMachine()
3884 KernelParallelFn, {WorkFnAI}, "worker.is_active", StateMachineBeginBB); in buildCustomStateMachine()
3887 Instruction *WorkFn = new LoadInst(VoidPtrTy, WorkFnAI, "worker.work_fn", in buildCustomStateMachine()