Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Basic/
H A DSourceManager.cpp1955 SourceLocation UpperLoc; in getDecomposedIncludedLoc() local
1960 UpperLoc = Entry.getExpansion().getExpansionLocStart(); in getDecomposedIncludedLoc()
1962 UpperLoc = Entry.getFile().getIncludeLoc(); in getDecomposedIncludedLoc()
1965 if (UpperLoc.isValid()) in getDecomposedIncludedLoc()
1966 DecompLoc = getDecomposedLoc(UpperLoc); in getDecomposedIncludedLoc()
1977 std::pair<FileID, unsigned> UpperLoc = SM.getDecomposedIncludedLoc(Loc.first); in MoveUpIncludeHierarchy() local
1978 if (UpperLoc.first.isInvalid()) in MoveUpIncludeHierarchy()
1981 Loc = UpperLoc; in MoveUpIncludeHierarchy()
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp1927 MemoryLocation UpperLoc = *getLocForWrite(UpperInst); in eliminateRedundantStoresOfExistingValues() local
1930 auto OR = isOverwrite(UpperInst, DefInst, UpperLoc, *MaybeDefLoc, in eliminateRedundantStoresOfExistingValues()