Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DDFAJumpThreading.cpp401 void appendExcludingFirst(const PathType &OtherPath) { in appendExcludingFirst()
402 llvm::append_range(Path, llvm::drop_begin(OtherPath)); in appendExcludingFirst()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DVTableBuilder.cpp3548 for (const FullPathTy &OtherPath : FullPaths) { in removeRedundantPaths() local
3549 if (&SpecificPath == &OtherPath) in removeRedundantPaths()
3552 return OtherPath.contains(BSO); in removeRedundantPaths()