Searched refs:WeakBB (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGAtomic.cpp546 llvm::BasicBlock *WeakBB = CGF.createBasicBlock("cmxchg.weak", CGF.CurFn); local
550 llvm::SwitchInst *SI = CGF.Builder.CreateSwitch(IsWeak, WeakBB);
558 CGF.Builder.SetInsertPoint(WeakBB);

Completed in 47 milliseconds