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.cpp1920 SourceLocation UpperLoc; in getDecomposedIncludedLoc() local
1925 UpperLoc = Entry.getExpansion().getExpansionLocStart(); in getDecomposedIncludedLoc()
1927 UpperLoc = Entry.getFile().getIncludeLoc(); in getDecomposedIncludedLoc()
1930 if (UpperLoc.isValid()) in getDecomposedIncludedLoc()
1931 DecompLoc = getDecomposedLoc(UpperLoc); in getDecomposedIncludedLoc()
1982 FileIDAndOffset UpperLoc = SM.getDecomposedIncludedLoc(Loc.first); in MoveUpTranslationUnitIncludeHierarchy() local
1983 if (UpperLoc.first.isInvalid() || in MoveUpTranslationUnitIncludeHierarchy()
1984 !SM.isInTheSameTranslationUnitImpl(UpperLoc, Loc)) in MoveUpTranslationUnitIncludeHierarchy()
1987 Loc = UpperLoc; in MoveUpTranslationUnitIncludeHierarchy()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp2297 auto UpperLoc = getLocForWrite(UpperInst); in eliminateRedundantStoresOfExistingValues() local
2298 if (!UpperLoc) in eliminateRedundantStoresOfExistingValues()
2302 auto OR = isOverwrite(UpperInst, DefInst, *UpperLoc, *MaybeDefLoc, in eliminateRedundantStoresOfExistingValues()