Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp3230 Instruction *WorkFn = new LoadInst(VoidPtrTy, WorkFnAI, "worker.work_fn", in buildCustomStateMachine() local
3232 WorkFn->setDebugLoc(DLoc); in buildCustomStateMachine()
3238 WorkFn, ParallelRegionFnTy->getPointerTo(), "worker.work_fn.addr_cast", in buildCustomStateMachine()
3242 ICmpInst::Create(ICmpInst::ICmp, llvm::CmpInst::ICMP_EQ, WorkFn, in buildCustomStateMachine()