Lines Matching refs:FullPaths
3404 static void removeRedundantPaths(std::list<FullPathTy> &FullPaths) { in removeRedundantPaths() argument
3405 FullPaths.remove_if([&](const FullPathTy &SpecificPath) { in removeRedundantPaths()
3406 for (const FullPathTy &OtherPath : FullPaths) { in removeRedundantPaths()
3454 std::list<FullPathTy> &FullPaths) { in selectBestPath() argument
3456 if (FullPaths.empty()) in selectBestPath()
3458 if (FullPaths.size() == 1) in selectBestPath()
3459 return &FullPaths.front(); in selectBestPath()
3464 for (const FullPathTy &SpecificPath : FullPaths) { in selectBestPath()
3518 return BestPath ? BestPath : &FullPaths.front(); in selectBestPath()
3526 std::list<FullPathTy> FullPaths; in computeFullPathsForVFTables() local
3531 FullPaths); in computeFullPathsForVFTables()
3533 removeRedundantPaths(FullPaths); in computeFullPathsForVFTables()
3536 selectBestPath(Context, RD, *Info, FullPaths)) in computeFullPathsForVFTables()
3539 FullPaths.clear(); in computeFullPathsForVFTables()