Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp4560 auto *ParallelRegion = dyn_cast<Function>( in buildCustomStateMachine() local
4565 CallInst::Create(ParallelRegion, {ZeroArg, GTid}, "", PRExecuteBB) in buildCustomStateMachine()
4581 ICmpInst::ICmp, llvm::CmpInst::ICMP_EQ, WorkFn, ParallelRegion, in buildCustomStateMachine()
5146 auto *ParallelRegion = dyn_cast<Function>( in handleParallel51() local
5148 if (!ParallelRegion) in handleParallel51()
5154 *this, IRPosition::function(*ParallelRegion), DepClassTy::OPTIONAL); in handleParallel51()