Searched refs:SyncBB (Results 1 – 2 of 2) sorted by relevance
1323 llvm::BasicBlock *SyncBB = CGF.createBasicBlock("omp.critical.sync"); in emitCriticalRegion() local1358 CGF.Builder.CreateCondBr(CmpThreadToCounter, BodyBB, SyncBB); in emitCriticalRegion()1371 CGF.EmitBlock(SyncBB); in emitCriticalRegion()
3351 BasicBlock *SyncBB = SyncInst->getParent(); in updateImpl() local3352 for (auto *PredBB : predecessors(SyncBB)) { in updateImpl()3353 if (LivenessAA && LivenessAA->isEdgeDead(PredBB, SyncBB)) in updateImpl()3363 if (SyncBB != &EntryBB) in updateImpl()