Searched refs:Links (Results 1 - 4 of 4) sorted by relevance

/external/llvm/lib/CodeGen/
H A DSpillPlacement.cpp63 /// but Bias and Links are computed each time placeSpills is called.
88 /// Links - (Weight, BundleNo) for all transparent blocks connecting to other
93 LinkVector Links; member in struct:SpillPlacement::Node
117 Links.clear();
127 for (LinkVector::iterator I = Links.begin(), E = Links.end(); I != E; ++I)
133 Links.push_back(std::make_pair(w, b));
144 /// update - Recompute Value from Bias and Links. Return true when node
149 for (LinkVector::iterator I = Links.begin(), E = Links
270 addLinks(ArrayRef<unsigned> Links) argument
[all...]
H A DSpillPlacement.h114 void addLinks(ArrayRef<unsigned> Links);
/external/llvm/include/llvm/Support/
H A DIntegersSubset.h305 explicit IntegersSubsetGeneric(const RangesCollectionTy& Links) { argument
306 assert(Links.size() && "Empty ranges are not allowed.");
310 FlatCollection.reserve(Links.size() * 2);
311 RangeLinks.reserve(Links.size());
313 for (typename RangesCollectionTy::const_iterator i = Links.begin(),
314 e = Links.end(); i != e; ++i) {
/external/libvpx/examples/includes/geshi/
H A Dgeshi.php102 /** Links in the source in the :link state */
104 /** Links in the source in the :hover state */
106 /** Links in the source in the :active state */
108 /** Links in the source in the :visited state */

Completed in 172 milliseconds