Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp4559 auto *ParallelRegion = dyn_cast<Function>( in buildCustomStateMachine() local
4564 CallInst::Create(ParallelRegion, {ZeroArg, GTid}, "", PRExecuteBB) in buildCustomStateMachine()
4580 ICmpInst::ICmp, llvm::CmpInst::ICMP_EQ, WorkFn, ParallelRegion, in buildCustomStateMachine()
5145 auto *ParallelRegion = dyn_cast<Function>( in handleParallel51() local
5147 if (!ParallelRegion) in handleParallel51()
5153 *this, IRPosition::function(*ParallelRegion), DepClassTy::OPTIONAL); in handleParallel51()