HomeSort by relevance Sort by last modified time
    Searched refs:DepLoc (Results 1 - 8 of 8) sorted by null

  /external/llvm/lib/Transforms/Scalar/
DeadStoreElimination.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DeadStoreElimination.cpp 489 AliasAnalysis::Location DepLoc = getLocForWrite(DepWrite, *AA);
491 if (DepLoc.Ptr == 0)
497 if (isRemovable(DepWrite) && isCompleteOverwrite(Loc, DepLoc, *AA) &&
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DeadStoreElimination.cpp     [all...]
  /external/clang/lib/AST/
OpenMPClause.cpp 524 SourceLocation DepLoc, SourceLocation ColonLoc, ArrayRef<Expr *> VL) {
530 Clause->setDependencyLoc(DepLoc);
  /external/clang/include/clang/AST/
OpenMPClause.h     [all...]
  /external/clang/lib/Sema/
SemaOpenMP.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 362 milliseconds