Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp4318 auto *ParallelRegion = ReachedKnownParallelRegions[I]; in buildCustomStateMachine() local
4322 CallInst::Create(ParallelRegion, {ZeroArg, GTid}, "", PRExecuteBB) in buildCustomStateMachine()
4336 ICmpInst::ICmp, llvm::CmpInst::ICMP_EQ, WorkFnCast, ParallelRegion, in buildCustomStateMachine()
4690 if (auto *ParallelRegion = dyn_cast<Function>( in initialize() local
4692 ReachedKnownParallelRegions.insert(ParallelRegion); in initialize()
4695 *this, IRPosition::function(*ParallelRegion), DepClassTy::OPTIONAL); in initialize()