Home
last modified time | relevance | path

Searched refs:DepLoc (Results 1 – 6 of 6) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
DDeadStoreElimination.cpp578 MemoryLocation DepLoc = getLocForWrite(DepWrite, *AA); in runOnBasicBlock() local
580 if (!DepLoc.Ptr) in runOnBasicBlock()
590 isOverwrite(Loc, DepLoc, DL, *TLI, DepWriteOffset, InstWriteOffset); in runOnBasicBlock()
621 << DepLoc.Size << ")" in runOnBasicBlock()
/external/clang/lib/AST/
DOpenMPClause.cpp421 OpenMPDependClauseKind DepKind, SourceLocation DepLoc, in Create() argument
430 Clause->setDependencyLoc(DepLoc); in Create()
/external/clang/include/clang/AST/
DOpenMPClause.h2426 SourceLocation DepLoc; variable
2455 void setDependencyLoc(SourceLocation Loc) { DepLoc = Loc; } in setDependencyLoc()
2475 SourceLocation DepLoc, SourceLocation ColonLoc, ArrayRef<Expr *> VL);
2486 SourceLocation getDependencyLoc() const { return DepLoc; } in getDependencyLoc()
/external/clang/lib/Sema/
DSemaOpenMP.cpp7989 SourceLocation DepLoc, SourceLocation ColonLoc, in ActOnOpenMPDependClause() argument
7997 Diag(DepLoc, diag::err_omp_unexpected_clause_value) in ActOnOpenMPDependClause()
8022 Diag(DepLoc, diag::err_omp_unexpected_clause_value) in ActOnOpenMPDependClause()
8060 DepLoc, ColonLoc, Vars); in ActOnOpenMPDependClause()
DTreeTransform.h1636 RebuildOMPDependClause(OpenMPDependClauseKind DepKind, SourceLocation DepLoc, in RebuildOMPDependClause() argument
1640 return getSema().ActOnOpenMPDependClause(DepKind, DepLoc, ColonLoc, VarList, in RebuildOMPDependClause()
/external/clang/include/clang/Sema/
DSema.h8163 ActOnOpenMPDependClause(OpenMPDependClauseKind DepKind, SourceLocation DepLoc,