HomeSort by: relevance | last modified time | path
    Searched refs:OMPBeforeScanBlock (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGStmtOpenMP.cpp 1886 OMPBeforeScanBlock = createBasicBlock("omp.before.scan.bb");
1894 EmitBlock(OMPBeforeScanBlock);
4910 EmitBranch(IsInclusive ? OMPBeforeScanBlock : OMPAfterScanBlock);
4951 EmitBranch(IsInclusive ? OMPAfterScanBlock : OMPBeforeScanBlock);
5033 EmitBranch((OMPFirstScanLoop == IsInclusive) ? OMPBeforeScanBlock
CodeGenFunction.h 647 llvm::BasicBlock *OMPBeforeScanBlock = nullptr;

Completed in 85 milliseconds