Searched refs:UpperLoc (Results 1 – 2 of 2) sorted by relevance
1955 SourceLocation UpperLoc; in getDecomposedIncludedLoc() local1960 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() local1978 if (UpperLoc.first.isInvalid()) in MoveUpIncludeHierarchy()1981 Loc = UpperLoc; in MoveUpIncludeHierarchy()
1927 MemoryLocation UpperLoc = *getLocForWrite(UpperInst); in eliminateRedundantStoresOfExistingValues() local1930 auto OR = isOverwrite(UpperInst, DefInst, UpperLoc, *MaybeDefLoc, in eliminateRedundantStoresOfExistingValues()