Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Utility/
H A DFileSpecList.cpp79 const FileSpec &ith = get_ith(idx); in FindFileIndex() local
81 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()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerModuleLDSPass.cpp432 Function *ith = R.second->getFunction(); in getTransitiveUsesOfLDS() local
433 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() local
453 if (ith) { in getTransitiveUsesOfLDS()
454 set_union(indirect_map_kernel[&Func], transitive_map_function[ith]); in getTransitiveUsesOfLDS()