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

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
StmtOpenMP.h 709 /// with 'omp for' in a same construct, EUB depends on DistUB
710 Expr *EUB;
761 Expr *EUB;
776 /// PrevEUB - expression similar to EUB but to be used when loop
831 EUB = nullptr;
860 DistCombinedFields.EUB = nullptr;
1130 void setEnsureUpperBound(Expr *EUB) {
1135 Data->getChildren()[EnsureUpperBoundOffset] = EUB;
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenFunction.h 3593 bool EmitOMPWorksharingLoop(const OMPLoopDirective &S, Expr *EUB,
3627 Expr *EUB = nullptr;
3640 llvm::Value *Chunk = nullptr, Expr *EUB = nullptr,
3644 : LB(LB), UB(UB), ST(ST), IL(IL), Chunk(Chunk), EUB(EUB),

Completed in 21 milliseconds