Searched refs:DepLoc (Results 1 – 6 of 6) sorted by relevance
/external/llvm/lib/Transforms/Scalar/ |
D | DeadStoreElimination.cpp | 578 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/ |
D | OpenMPClause.cpp | 421 OpenMPDependClauseKind DepKind, SourceLocation DepLoc, in Create() argument 430 Clause->setDependencyLoc(DepLoc); in Create()
|
/external/clang/include/clang/AST/ |
D | OpenMPClause.h | 2426 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/ |
D | SemaOpenMP.cpp | 7989 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()
|
D | TreeTransform.h | 1636 RebuildOMPDependClause(OpenMPDependClauseKind DepKind, SourceLocation DepLoc, in RebuildOMPDependClause() argument 1640 return getSema().ActOnOpenMPDependClause(DepKind, DepLoc, ColonLoc, VarList, in RebuildOMPDependClause()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 8163 ActOnOpenMPDependClause(OpenMPDependClauseKind DepKind, SourceLocation DepLoc,
|