Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp3262 auto *ParallelRegion = ReachedKnownParallelRegions[i]; in buildCustomStateMachine() local
3266 CallInst::Create(ParallelRegion, {ZeroArg, GTid}, "", PRExecuteBB) in buildCustomStateMachine()
3280 ICmpInst::ICmp, llvm::CmpInst::ICMP_EQ, WorkFnCast, ParallelRegion, in buildCustomStateMachine()
3562 if (auto *ParallelRegion = dyn_cast<Function>( in initialize() local
3564 ReachedKnownParallelRegions.insert(ParallelRegion); in initialize()