Home
last modified time | relevance | path

Searched refs:UpperLoc (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp1919 SourceLocation UpperLoc; in getDecomposedIncludedLoc() local
1924 UpperLoc = Entry.getExpansion().getExpansionLocStart(); in getDecomposedIncludedLoc()
1926 UpperLoc = Entry.getFile().getIncludeLoc(); in getDecomposedIncludedLoc()
1929 if (UpperLoc.isValid()) in getDecomposedIncludedLoc()
1930 DecompLoc = getDecomposedLoc(UpperLoc); in getDecomposedIncludedLoc()
1983 std::pair<FileID, unsigned> UpperLoc = SM.getDecomposedIncludedLoc(Loc.first); in MoveUpTranslationUnitIncludeHierarchy() local
1984 if (UpperLoc.first.isInvalid() || in MoveUpTranslationUnitIncludeHierarchy()
1985 !SM.isInTheSameTranslationUnitImpl(UpperLoc, Loc)) in MoveUpTranslationUnitIncludeHierarchy()
1988 Loc = UpperLoc; in MoveUpTranslationUnitIncludeHierarchy()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp2110 auto UpperLoc = getLocForWrite(UpperInst); in eliminateRedundantStoresOfExistingValues() local
2111 if (!UpperLoc) in eliminateRedundantStoresOfExistingValues()
2115 auto OR = isOverwrite(UpperInst, DefInst, *UpperLoc, *MaybeDefLoc, in eliminateRedundantStoresOfExistingValues()