Home
last modified time | relevance | path

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

1234

/external/llvm/lib/Analysis/
DStratifiedSets.h96 Links = std::move(Other.Links);
101 std::vector<StratifiedLink> Links) in StratifiedSets() argument
102 : Values(std::move(Map)), Links(std::move(Links)) {} in StratifiedSets()
113 return Links[Index]; in getLink()
118 std::vector<StratifiedLink> Links; variable
120 bool inbounds(StratifiedIndex Idx) const { return Idx < Links.size(); } in inbounds()
280 for (auto &Link : Links) { in finalizeSets()
316 static void propagateAttrs(std::vector<StratifiedLink> &Links) { in propagateAttrs() argument
317 const auto getHighestParentAbove = [&Links](StratifiedIndex Idx) { in propagateAttrs()
318 const auto *Link = &Links[Idx]; in propagateAttrs()
[all …]
/external/swiftshader/third_party/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()
259 void SpillPlacement::addLinks(ArrayRef<unsigned> Links) { in addLinks() argument
260 for (ArrayRef<unsigned>::iterator I = Links.begin(), E = Links.end(); I != E; in addLinks()
271 if (nodes[ib].Links.empty() && !nodes[ib].mustSpill()) in addLinks()
273 if (nodes[ob].Links.empty() && !nodes[ob].mustSpill()) in addLinks()
290 if (!nodes[n].Links.empty()) in scanActiveBundles()
DSpillPlacement.h114 void addLinks(ArrayRef<unsigned> Links);
/external/llvm/lib/CodeGen/
DSpillPlacement.cpp87 LinkVector Links; member
111 Links.clear(); in clear()
120 for (LinkVector::iterator I = Links.begin(), E = Links.end(); I != E; ++I) in addLink()
126 Links.push_back(std::make_pair(w, b)); in addLink()
152 for (LinkVector::iterator I = Links.begin(), E = Links.end(); I != E; ++I) { in update()
179 for (const auto &Elt : Links) { in getDissentingNeighbors()
293 void SpillPlacement::addLinks(ArrayRef<unsigned> Links) { in addLinks() argument
294 for (ArrayRef<unsigned>::iterator I = Links.begin(), E = Links.end(); I != E; in addLinks()
DSpillPlacement.h125 void addLinks(ArrayRef<unsigned> Links);
/external/e2fsprogs/tests/d_inline_dump/
Dexpect6 Links: 1 Blockcount: 0
22 Links: 1 Blockcount: 0
39 Links: 2 Blockcount: 8
55 Links: 2 Blockcount: 0
72 Links: 1 Blockcount: 0
87 Links: 1 Blockcount: 0
/external/e2fsprogs/tests/d_special_files/
Dexpect9 Links: 1 Blockcount: 0
21 Links: 1 Blockcount: 2
46 Links: 1 Blockcount: 0
59 Links: 1 Blockcount: 0
71 Links: 1 Blockcount: 0
/external/e2fsprogs/tests/f_create_symlinks/
Dexpect24 Links: 1 Blockcount: 0
33 Links: 1 Blockcount: 0
44 Links: 1 Blockcount: 2
54 Links: 1 Blockcount: 2
/external/e2fsprogs/tests/f_badcluster/
Dexpect120 Links: 1 Blockcount: 32
132 Links: 1 Blockcount: 32
144 Links: 1 Blockcount: 32
156 Links: 1 Blockcount: 0
167 Links: 1 Blockcount: 32
179 Links: 1 Blockcount: 32
191 Links: 1 Blockcount: 32
/external/lzma/CPP/7zip/UI/Common/
DArchiveExtractCallback.h110 CObjectVector<FString> Links; variable
115 Links.Clear(); in Clear()
120 while (Links.Size() < IDs.Size()) in PrepareLinks()
121 Links.AddNew(); in PrepareLinks()
/external/libxml2/result/HTML/
Dtest3.html.err8 <h4><b>Links</h4></b>
11 <h4><b>Links</h4></b>
/external/e2fsprogs/tests/d_fallocate_blkmap/
Dexpect22 Links: 1 Blockcount: 82
34 Links: 1 Blockcount: 20082
/external/libusb/
DINSTALL_WIN.txt51 Windows SDK or the DDK (Links provided at the end of this file).
56 Links
/external/e2fsprogs/tests/f_convert_bmap/
Dexpect.16 Links: 1 Blockcount: 1030
/external/compiler-rt/www/
Dmenu.html.incl12 <label>Quick Links</label>
/external/e2fsprogs/tests/f_convert_bmap_and_extent/
Dexpect.16 Links: 1 Blockcount: 1030
/external/rappor/
DREADME.md25 Links section in RAPPOR
/external/llvm/docs/
DExtensions.rst99 Links the largest section from among the duplicates.
102 Links the newest section from among the duplicates.
/external/skqp/site/dev/internal/
Dindex.md1 Internal Links
/external/skia/site/dev/internal/
Dindex.md1 Internal Links
/external/clang/www/
Dmenu.html.incl53 <label>Quick Links</label>
/external/python/cpython2/Doc/library/
Dsha.rst86 Links from NIST to various information on secure hashing.
/external/jarjar/res/com/tonicsystems/jarjar/
Dhelp.txt1 Jar Jar Links - A utility to repackage and embed Java libraries
/external/llvm/docs/_ocamldoc/
Dstyle.css75 /* Links */
/external/libunwind_llvm/docs/
Dindex.rst98 Quick Links

1234