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

References

tools/clang/lib/CodeGen/CGStmtOpenMP.cpp
 1798     ContBlock = CGF.createBasicBlock("simd.if.end");
 1799     emitPreCond(CGF, S, S.getPreCond(), ThenBlock, ContBlock,
 1851   if (ContBlock) {
 1852     CGF.EmitBranch(ContBlock);
 1853     CGF.EmitBlock(ContBlock, true);