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 262 *SeqCstBB = nullptr;
267 SeqCstBB = CGF.createBasicBlock("seqcst_fail", CGF.CurFn);
293 if (SeqCstBB) {
294 CGF.Builder.SetInsertPoint(SeqCstBB);
299 SeqCstBB);
799 *SeqCstBB = nullptr;
807 SeqCstBB = createBasicBlock("seqcst", CurFn);
    [all...]
CGBuiltin.cpp     [all...]

Completed in 1782 milliseconds