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

  /external/llvm/lib/CodeGen/
SpillPlacement.cpp 87 /// but Bias and Links are computed each time placeSpills is called.
99 /// Value - Output value of this node computed from the Bias and links.
106 /// Links - (Weight, BundleNo) for all transparent blocks connecting to other
108 LinkVector Links;
110 /// SumLinkWeights - Cached sum of the weights of all links + ThresHold.
132 Links.clear();
140 // There can be multiple links to the same bundle, add them up.
141 for (LinkVector::iterator I = Links.begin(), E = Links.end(); I != E; ++I)
147 Links.push_back(std::make_pair(w, b))
    [all...]
SpillPlacement.h 55 // Nodes with active links. Populated by scanActiveBundles.
117 void addLinks(ArrayRef<unsigned> Links);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/psdk_inc/
_dbg_LOAD_IMAGE.h 36 LIST_ENTRY Links;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntddk.h     [all...]
ntifs.h 868 RTL_SPLAY_LINKS Links;
883 RTL_SPLAY_LINKS Links;
    [all...]
  /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...]
  /build/tools/droiddoc/templates-sdk/
customizations.cs 443 <div class="header">Links</div>
  /build/tools/droiddoc/templates-sdk-dyn/
customizations.cs 411 <div class="header">Links</div>
  /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...]
  /frameworks/base/docs/html/training/
training_toc.cs     [all...]
  /external/chromium_org/third_party/polymer/components-chromium/core-component-page/
core-component-page-extracted.js 827 this.tokens.links = {};
1095 this.tokens.links[cap[1].toLowerCase()] = {
1242 function InlineLexer(links, options) {
1244 this.links = links;
1249 if (!this.links) {
1251 Error('Tokens array requires a `links` property.');
1275 InlineLexer.output = function(src, links, options) {
1276 var inline = new InlineLexer(links, options);
    [all...]

Completed in 1967 milliseconds