Searched refs:ith (Results 1 – 2 of 2) sorted by relevance
79 const FileSpec &ith = get_ith(idx); in FindFileIndex() local81 if (ConstString::Equals(ith.GetFilename(), file_spec.GetFilename(), in FindFileIndex()83 ith.IsCaseSensitive())) in FindFileIndex()86 if (FileSpec::Equal(ith, file_spec, full)) in FindFileIndex()
432 Function *ith = R.second->getFunction(); in getTransitiveUsesOfLDS() local433 if (ith) { in getTransitiveUsesOfLDS()434 if (!seen.contains(ith)) { in getTransitiveUsesOfLDS()435 seen.insert(ith); in getTransitiveUsesOfLDS()436 wip.push_back(ith); in getTransitiveUsesOfLDS()452 Function *ith = R.second->getFunction(); in getTransitiveUsesOfLDS() local453 if (ith) { in getTransitiveUsesOfLDS()454 set_union(indirect_map_kernel[&Func], transitive_map_function[ith]); in getTransitiveUsesOfLDS()