HomeSort by relevance Sort by last modified time
    Searched refs:Links (Results 1 - 10 of 10) sorted by null

  /external/llvm/lib/CodeGen/
SpillPlacement.cpp 69 /// but Bias and Links are computed each time placeSpills is called.
81 /// Value - Output value of this node computed from the Bias and links.
88 /// Links - (Weight, BundleNo) for all transparent blocks connecting to other
90 LinkVector Links;
92 /// SumLinkWeights - Cached sum of the weights of all links + ThresHold.
114 Links.clear();
122 // There can be multiple links to the same bundle, add them up.
123 for (LinkVector::iterator I = Links.begin(), E = Links.end(); I != E; ++I)
129 Links.push_back(std::make_pair(w, b))
    [all...]
SpillPlacement.h 53 // Nodes with active links. Populated by scanActiveBundles.
115 void addLinks(ArrayRef<unsigned> Links);
  /external/llvm/include/llvm/Support/
IntegersSubset.h 304 explicit IntegersSubsetGeneric(const RangesCollectionTy& Links) {
305 assert(Links.size() && "Empty ranges are not allowed.");
309 FlatCollection.reserve(Links.size() * 2);
310 RangeLinks.reserve(Links.size());
312 for (typename RangesCollectionTy::const_iterator i = Links.begin(),
313 e = Links.end(); i != e; ++i) {
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
README 216 Jar Jar Links
  /external/chromium_org/chrome/tools/
webforms_aggregator.py 6 """Downloads web pages with fillable forms after parsing through a set of links.
59 # lists, giving more weight to the links that contain a link clue.
84 domain: only links with this domain will be retrieved.
92 # Http links without clues from LINK_CLUES.
94 # Http links that contain a clue from LINK_CLUES.
96 # Https links that do not contain any clues from LINK_CLUES.
98 # Https links that contain a clue from LINK_CLUES.
118 link: the url that is inserted to the appropriate links list.
147 the url links. If it is a registration page, it saves it in a file as
212 # Indicates page is not a registration page and links must be parsed
    [all...]
  /external/chromium/chrome/browser/resources/net_internals/
util.js 153 * Links are only used in HTML tables.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
difflib.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
difflib.py     [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
dbghelp.h 41 LIST_ENTRY Links;
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
dbghelp.h 41 LIST_ENTRY Links;
    [all...]

Completed in 2676 milliseconds