reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/CodeGen/CGStmtOpenMP.cpp
 3406       ContBlock = createBasicBlock("omp.precond.end");
 3407       emitPreCond(*this, S, S.getPreCond(), ThenBlock, ContBlock,
 3587     if (ContBlock) {
 3588       EmitBranch(ContBlock);
 3589       EmitBlock(ContBlock, true);