Lines Matching defs:Links
67 /// but Bias and Links are computed each time placeSpills is called.
86 /// Links - (Weight, BundleNo) for all transparent blocks connecting to other
88 LinkVector Links;
114 Links.clear();
123 for (std::pair<BlockFrequency, unsigned> &L : Links)
129 Links.push_back(std::make_pair(w, b));
149 /// update - Recompute Value from Bias and Links. Return true when node
155 for (std::pair<BlockFrequency, unsigned> &L : Links) {
182 for (const auto &Elt : Links) {
327 void SpillPlacement::addLinks(ArrayRef<unsigned> Links) {
328 for (unsigned Number : Links) {