HomeSort by relevance Sort by last modified time
    Searched refs:SeqCstBB (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/CodeGen/
CGAtomic.cpp 444 *SeqCstBB = nullptr;
450 SeqCstBB = CGF.createBasicBlock("seqcst_fail", CGF.CurFn);
476 if (SeqCstBB) {
477 CGF.Builder.SetInsertPoint(SeqCstBB);
482 SeqCstBB);
    [all...]
CGBuiltin.cpp     [all...]

Completed in 786 milliseconds