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