Searched refs:Loc1 (Results 1 - 8 of 8) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
H A DMergedLoadStoreMotion.cpp272 MemoryLocation Loc1 = MemoryLocation::get(Load1); local
273 if (AA->isMustAlias(Loc0, Loc1) && Load0->isSameOperationAs(Load1) &&
424 MemoryLocation Loc1 = MemoryLocation::get(Store1); local
425 if (AA->isMustAlias(Loc0, Loc1) && Store0->isSameOperationAs(Store1) &&
427 BB1->back(), Loc1) &&
/external/clang/include/clang/Analysis/Analyses/
H A DThreadSafety.h138 /// \param Loc1 -- The location of the first lock expression.
141 SourceLocation Loc1,
140 handleExclusiveAndShared(StringRef Kind, Name LockName, SourceLocation Loc1, SourceLocation Loc2) argument
/external/clang/lib/AST/
H A DRawCommentList.cpp225 SourceLocation Loc1, SourceLocation Loc2,
227 std::pair<FileID, unsigned> Loc1Info = SM.getDecomposedLoc(Loc1);
240 assert(Loc1Info.second <= Loc2Info.second && "Loc1 after Loc2!");
224 onlyWhitespaceBetween(SourceManager &SM, SourceLocation Loc1, SourceLocation Loc2, unsigned MaxNewlinesAllowed) argument
/external/clang/include/clang/Sema/
H A DInitialization.h478 InitializationKind(InitKind Kind, InitContext Context, SourceLocation Loc1, argument
482 Locations[0] = Loc1;
/external/clang/include/clang/Basic/
H A DSourceManager.h1330 bool isWrittenInSameFile(SourceLocation Loc1, SourceLocation Loc2) const { argument
1331 return getFileID(Loc1) == getFileID(Loc2);
/external/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp1580 SourceLocation Loc1,
1582 PartialDiagnosticAt Warning(Loc1,
/external/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp535 /// \p Loc1 is the location of \p Inst1. It is passed explicitly because it
537 bool isAliased(const MemoryLocation &Loc1, Instruction *Inst1, argument
548 if (Loc1.Ptr && Loc2.Ptr && isSimple(Inst1) && isSimple(Inst2)) {
550 aliased = AA->alias(Loc1, Loc2);
/external/llvm/lib/AsmParser/
H A DLLParser.cpp6079 Value *Val0, *Val1; LocTy Loc0, Loc1;
6084 ParseTypeAndValue(Val1, Loc1, PFS) ||
6095 return Error(Loc1, "insertvalue operand and field disagree in type: '" +

Completed in 443 milliseconds