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

  /external/llvm/lib/Analysis/
StratifiedSets.h 101 std::vector<StratifiedLink> Links)
102 : Values(std::move(Map)), Links(std::move(Links)) {}
108 Links = std::move(Other.Links);
122 return Links[Index];
127 std::vector<StratifiedLink> Links;
129 bool inbounds(StratifiedIndex Idx) const { return Idx < Links.size(); }
316 for (auto &Link : Links) {
353 static void propagateAttrs(std::vector<StratifiedLink> &Links) {
    [all...]
  /external/llvm/lib/CodeGen/
SpillPlacement.cpp 66 /// but Bias and Links are computed each time placeSpills is called.
78 /// Value - Output value of this node computed from the Bias and links.
85 /// Links - (Weight, BundleNo) for all transparent blocks connecting to other
87 LinkVector Links;
89 /// SumLinkWeights - Cached sum of the weights of all links + ThresHold.
111 Links.clear();
119 // There can be multiple links to the same bundle, add them up.
120 for (LinkVector::iterator I = Links.begin(), E = Links.end(); I != E; ++I)
126 Links.push_back(std::make_pair(w, b))
    [all...]
SpillPlacement.h 55 // Nodes with active links. Populated by scanActiveBundles.
121 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;
  /external/lzma/CPP/7zip/UI/Common/
ArchiveExtractCallback.h 110 CObjectVector<FString> Links;
115 Links.Clear();
120 while (Links.Size() < IDs.Size())
121 Links.AddNew();
ArchiveExtractCallback.cpp 483 isRelative = false; // TAR: hard links are from root folder of archive
499 isRelative = true; // TAR: symbolic links are relative
923 FString &hl = _hardLinks.Links[linkIndex];
  /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...]
  /build/tools/droiddoc/templates-ndk/
customizations.cs 519 <div class="header">Links</div>
  /prebuilts/gdb/darwin-x86/lib/python2.7/
difflib.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
difflib.py     [all...]
  /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/mesa3d/src/gallium/auxiliary/util/
dbghelp.h 41 LIST_ENTRY Links;
    [all...]
  /frameworks/base/docs/html/training/
training_toc.cs     [all...]
  /build/tools/droiddoc/templates-sdk-dev/assets/js/
docs.js 36 // finding the relative URL to this page. This will allow us to find links on the page
58 // set up prev/next links if they exist
64 // set up prev links
91 // set up next links
305 // Stop expand/collapse behavior when clicking on nav section links
    [all...]

Completed in 358 milliseconds