Searched refs:IsWorker (Results 1 – 2 of 2) sorted by relevance
4458 Instruction *IsWorker = in buildCustomStateMachine() local4462 IsWorker->setDebugLoc(DLoc); in buildCustomStateMachine()4463 BranchInst::Create(IsWorkerCheckBB, UserCodeEntryBB, IsWorker, InitBB); in buildCustomStateMachine()
4962 llvm::Value *IsWorker = CGF.Builder.CreateICmpEQ( in emitPrivateReduction() local4964 CGF.Builder.CreateCondBr(IsWorker, InitBB, InitEndBB); in emitPrivateReduction()