Home
last modified time | relevance | path

Searched refs:Loc1 (Results 1 – 9 of 9) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
DMergedLoadStoreMotion.cpp272 MemoryLocation Loc1 = MemoryLocation::get(Load1); in canHoistFromBlock() local
273 if (AA->isMustAlias(Loc0, Loc1) && Load0->isSameOperationAs(Load1) && in canHoistFromBlock()
424 MemoryLocation Loc1 = MemoryLocation::get(Store1); in canSinkFromBlock() local
425 if (AA->isMustAlias(Loc0, Loc1) && Store0->isSameOperationAs(Store1) && in canSinkFromBlock()
427 BB1->back(), Loc1) && in canSinkFromBlock()
/external/clang/lib/AST/
DRawCommentList.cpp225 SourceLocation Loc1, SourceLocation Loc2, in onlyWhitespaceBetween() argument
227 std::pair<FileID, unsigned> Loc1Info = SM.getDecomposedLoc(Loc1); in onlyWhitespaceBetween()
/external/clang/include/clang/Analysis/Analyses/
DThreadSafety.h141 SourceLocation Loc1, in handleExclusiveAndShared() argument
/external/clang/include/clang/Sema/
DInitialization.h478 InitializationKind(InitKind Kind, InitContext Context, SourceLocation Loc1, in InitializationKind() argument
482 Locations[0] = Loc1; in InitializationKind()
/external/clang/include/clang/Basic/
DSourceManager.h1330 bool isWrittenInSameFile(SourceLocation Loc1, SourceLocation Loc2) const { in isWrittenInSameFile() argument
1331 return getFileID(Loc1) == getFileID(Loc2); in isWrittenInSameFile()
/external/clang/lib/Sema/
DAnalysisBasedWarnings.cpp1580 SourceLocation Loc1, in handleExclusiveAndShared() argument
1582 PartialDiagnosticAt Warning(Loc1, in handleExclusiveAndShared()
/external/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp537 bool isAliased(const MemoryLocation &Loc1, Instruction *Inst1, in isAliased() argument
548 if (Loc1.Ptr && Loc2.Ptr && isSimple(Inst1) && isSimple(Inst2)) { in isAliased()
550 aliased = AA->alias(Loc1, Loc2); in isAliased()
/external/llvm/docs/
DStackMaps.rst296 Stack Map: ID=78, Loc0=%r9 Loc1=%r8
/external/llvm/lib/AsmParser/
DLLParser.cpp6079 Value *Val0, *Val1; LocTy Loc0, Loc1; in ParseInsertValue() local
6084 ParseTypeAndValue(Val1, Loc1, PFS) || in ParseInsertValue()
6095 return Error(Loc1, "insertvalue operand and field disagree in type: '" + in ParseInsertValue()