Searched refs:GlobalBB (Results 1 – 1 of 1) sorted by relevance
16579 BasicBlock *GlobalBB = BasicBlock::Create(Ctx, "atomicrmw.global", F, ExitBB); in emitExpandAtomicRMW() local16616 Builder.CreateCondBr(IsPrivate, PrivateBB, GlobalBB); in emitExpandAtomicRMW()16627 Builder.SetInsertPoint(GlobalBB); in emitExpandAtomicRMW()16637 Loaded->addIncoming(LoadedGlobal, GlobalBB); in emitExpandAtomicRMW()