Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Basic/
H A DSourceManager.cpp1964 SourceLocation UpperLoc; in getDecomposedIncludedLoc() local
1969 UpperLoc = Entry.getExpansion().getExpansionLocStart(); in getDecomposedIncludedLoc()
1971 UpperLoc = Entry.getFile().getIncludeLoc(); in getDecomposedIncludedLoc()
1974 if (UpperLoc.isValid()) in getDecomposedIncludedLoc()
1975 DecompLoc = getDecomposedLoc(UpperLoc); in getDecomposedIncludedLoc()
1986 std::pair<FileID, unsigned> UpperLoc = SM.getDecomposedIncludedLoc(Loc.first); in MoveUpIncludeHierarchy() local
1987 if (UpperLoc.first.isInvalid()) in MoveUpIncludeHierarchy()
1990 Loc = UpperLoc; in MoveUpIncludeHierarchy()
/openbsd/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp2010 MemoryLocation UpperLoc = *getLocForWrite(UpperInst); in eliminateRedundantStoresOfExistingValues() local
2013 auto OR = isOverwrite(UpperInst, DefInst, UpperLoc, *MaybeDefLoc, in eliminateRedundantStoresOfExistingValues()