Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp4458 Instruction *IsWorker = in buildCustomStateMachine() local
4462 IsWorker->setDebugLoc(DLoc); in buildCustomStateMachine()
4463 BranchInst::Create(IsWorkerCheckBB, UserCodeEntryBB, IsWorker, InitBB); in buildCustomStateMachine()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp4962 llvm::Value *IsWorker = CGF.Builder.CreateICmpEQ( in emitPrivateReduction() local
4964 CGF.Builder.CreateCondBr(IsWorker, InitBB, InitEndBB); in emitPrivateReduction()