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

  /external/clang/include/clang/Analysis/Analyses/
ThreadSafety.h 138 /// \param Loc1 -- The location of the first lock expression.
141 SourceLocation Loc1,
  /external/clang/lib/AST/
RawCommentList.cpp 166 SourceLocation Loc1, SourceLocation Loc2,
168 std::pair<FileID, unsigned> Loc1Info = SM.getDecomposedLoc(Loc1);
181 assert(Loc1Info.second <= Loc2Info.second && "Loc1 after Loc2!");
  /external/llvm/lib/Transforms/Scalar/
MergedLoadStoreMotion.cpp 270 AliasAnalysis::Location Loc1 = AA->getLocation(Load1);
271 if (AA->isMustAlias(Loc0, Loc1) && Load0->isSameOperationAs(Load1) &&
429 AliasAnalysis::Location Loc1 = AA->getLocation(Store1);
430 if (AA->isMustAlias(Loc0, Loc1) && Store0->isSameOperationAs(Store1) &&
432 BB1->back(), Loc1) &&
  /external/clang/include/clang/Sema/
Initialization.h 478 InitializationKind(InitKind Kind, InitContext Context, SourceLocation Loc1,
482 Locations[0] = Loc1;
    [all...]
  /external/clang/include/clang/Basic/
SourceManager.h     [all...]
  /external/clang/lib/Sema/
AnalysisBasedWarnings.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp 516 /// \p Loc1 is the location of \p Inst1. It is passed explicitly because it
518 bool isAliased(const AliasAnalysis::Location &Loc1, Instruction *Inst1,
529 if (Loc1.Ptr && Loc2.Ptr && isSimple(Inst1) && isSimple(Inst2)) {
531 aliased = AA->alias(Loc1, Loc2);
    [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]

Completed in 121 milliseconds