Home
last modified time | relevance | path

Searched refs:Links (Results 1 – 25 of 66) sorted by relevance

123

/external/llvm/lib/CodeGen/
DSpillPlacement.cpp93 LinkVector Links; member
117 Links.clear(); in clear()
127 for (LinkVector::iterator I = Links.begin(), E = Links.end(); I != E; ++I) in addLink()
133 Links.push_back(std::make_pair(w, b)); in addLink()
149 for (LinkVector::iterator I = Links.begin(), E = Links.end(); I != E; ++I) in update()
270 void SpillPlacement::addLinks(ArrayRef<unsigned> Links) { in addLinks() argument
271 for (ArrayRef<unsigned>::iterator I = Links.begin(), E = Links.end(); I != E; in addLinks()
282 if (nodes[ib].Links.empty() && !nodes[ib].mustSpill()) in addLinks()
284 if (nodes[ob].Links.empty() && !nodes[ob].mustSpill()) in addLinks()
301 if (!nodes[n].Links.empty()) in scanActiveBundles()
DSpillPlacement.h114 void addLinks(ArrayRef<unsigned> Links);
/external/llvm/include/llvm/Support/
DIntegersSubset.h305 explicit IntegersSubsetGeneric(const RangesCollectionTy& Links) { in IntegersSubsetGeneric() argument
306 assert(Links.size() && "Empty ranges are not allowed."); in IntegersSubsetGeneric()
310 FlatCollection.reserve(Links.size() * 2); in IntegersSubsetGeneric()
311 RangeLinks.reserve(Links.size()); in IntegersSubsetGeneric()
313 for (typename RangesCollectionTy::const_iterator i = Links.begin(), in IntegersSubsetGeneric()
314 e = Links.end(); i != e; ++i) { in IntegersSubsetGeneric()
/external/compiler-rt/www/
Dmenu.html.incl12 <label>Quick Links</label>
/external/openssl/crypto/objects/
Dobj_xref.txt2 # Links signatures OIDs to their corresponding public key algorithms
/external/jmonkeyengine/
DREADME30 Links:
/external/clang/www/
Dmenu.html.incl51 <label>Quick Links</label>
/external/mdnsresponder/mDNSPosix/
Dnss_ReadMe.txt115 # Links:
/external/markdown/tests/markdown-test/
Dmarkdown-syntax.txt25 * [Links](#link)
31 * [Automatic Links](#autolink)
546 <h3 id="link">Links</h3>
831 <h3 id="autolink">Automatic Links</h3>
Dmarkdown-documentation-basics.txt187 ### Links ###
/external/markdown/MarkdownTest/Tests_2004/
DMarkdown Documentation - Syntax.text25 * [Links](#link)
31 * [Automatic Links](#autolink)
546 <h3 id="link">Links</h3>
831 <h3 id="autolink">Automatic Links</h3>
DMarkdown Documentation - Basics.text187 ### Links ###
/external/markdown/MarkdownTest/Tests_2007/
DMarkdown Documentation - Syntax.text25 * [Links](#link)
31 * [Automatic Links](#autolink)
546 <h3 id="link">Links</h3>
831 <h3 id="autolink">Automatic Links</h3>
DMarkdown Documentation - Basics.text187 ### Links ###
/external/markdown/tests/extensions-x-def_list/
Dmarkdown-syntax.txt25 * [Links](#link)
31 * [Automatic Links](#autolink)
546 <h3 id="link">Links</h3>
831 <h3 id="autolink">Automatic Links</h3>
/external/webkit/Source/WebCore/English.lproj/
DLocalizable.strings355 /* Smart Links context menu item */
356 "Smart Links" = "Smart Links";
/external/eigen/doc/
DUsingIntelMKL.dox161 \section TopicUsingIntelMKL_Links Links
/external/libmtp/
DINSTALL17 immediate gratification. Links to other programs using the libmtp
/external/llvm/docs/
DGettingStartedVS.rst225 Links chapter
/external/markdown/tests/extensions-x-toc/
Dsyntax-toc.txt509 ## Links
794 ## Automatic Links
/external/e2fsprogs/ext2ed/
Dext2.descriptors84 __u16 i_links_count; /* Links count */
/external/webkit/Source/WebKit/gtk/po/
Dnl.po36 msgstr "LRE Links-naar-rechts _inbedding"
44 msgstr "LRO Links-naar-rechts _tenietdoen"
/external/chromium/chrome/browser/ui/cocoa/
Dabout_window_controller.mm647 // but created Labels and Links that they carefully place to make it appear
/external/tcpdump/tests/
Dprint-capXX.out27 0x0070: 4c69 6e6b 732f 302e 3130 2e34 2d37 2d64 Links/0.10.4-7-d
Dprint-XX.new27 0x0070: 4c69 6e6b 732f 302e 3130 2e34 2d37 2d64 Links/0.10.4-7-d

123