Searched refs:PotentialSpillList (Results 1 – 2 of 2) sorted by relevance
426 struct PotentialSpillList { struct431 llvm::DenseMap<InputSectionBase *, PotentialSpillList> potentialSpillLists; argument
602 potentialSpillLists.try_emplace(sec, PotentialSpillList{pss, pss}); in computeInputSections()1473 PotentialSpillList &list = it->second; in spillSections()