Home
last modified time | relevance | path

Searched refs:Working (Results 1 – 25 of 39) sorted by relevance

12

/external/llvm/lib/Analysis/
DBlockFrequencyInfoImpl.cpp253 std::vector<WorkingData>().swap(Working); in clear()
278 BlockNode Resolved = Working[Succ.Index].getResolvedNode(); in addToDist()
299 if (Working[Resolved.Index].getContainingLoop() != OuterLoop) { in addToDist()
380 if (auto *Loop = Working[M.Index].getPackagedLoop()) in packageLoop()
403 BlockMass Mass = Working[Source.Index].getMass(); in distributeMass()
413 Working[W.TargetNode.Index].getMass() += Taken; in distributeMass()
486 const auto &Working = BFI.Working[N.Index]; in unwrapLoop() local
487 Scaled64 &F = Working.isAPackage() ? Working.getPackagedLoop()->Scale in unwrapLoop()
498 for (size_t Index = 0; Index < Working.size(); ++Index) in unwrapLoops()
499 Freqs[Index].Scaled = Working[Index].Mass.toScaled(); in unwrapLoops()
[all …]
/external/llvm/include/llvm/Analysis/
DBlockFrequencyInfoImpl.h388 std::vector<WorkingData> Working;
413 assert(Head.Index < Working.size());
414 assert(Working[Head.Index].isLoopHeader());
415 return *Working[Head.Index].Loop;
600 BFI.Working[Node.Index].getMass() = BlockMass::getEmpty();
618 for (uint32_t Index = 0; Index < BFI.Working.size(); ++Index)
631 const auto &Working = BFI.Working[Node.Index];
633 if (Working.isAPackage())
634 for (const auto &I : Working.Loop->Exits)
1014 Working.reserve(RPOT.size());
[all …]
/external/compiler-rt/lib/esan/
Desan_flags.inc31 // Working set tool options
35 "Working set tool: whether to sample snapshots during a run.")
41 "Working set tool: sampling frequency in milliseconds.")
46 ESAN_FLAG(int, snapshot_step, 2, "Working set tool: the log of the sampling "
/external/clang/lib/CodeGen/
DCodeGenPGO.cpp62 uint64_t Working; member in __anone18cd8db0111::PGOHash
104 PGOHash() : Working(0), Count(0) {} in PGOHash()
585 uint64_t Swapped = endian::byte_swap<uint64_t, little>(Working); in combine()
587 Working = 0; in combine()
592 Working = Working << NumBitsPerType | Type; in combine()
601 return Working; in finalize()
604 if (Working) in finalize()
605 MD5.update(Working); in finalize()
/external/droiddriver/
Dcontributing_aosp.md1 ## Working on AOSP
39 #### Working with gerrit
/external/skia/site/dev/chrome/
Drepo.md1 Working in a Chromium repo
/external/clang/include/clang/Frontend/
DLangStandards.def134 "Working draft for ISO C++ 2017",
138 "Working draft for ISO C++ 2017 with GNU extensions",
/external/ltp/doc/
Dmini-howto-building-ltp-from-git.txt41 # Working directory
/external/libxml2/os400/libxmlrpg/
Dxinclude.rpgle4 * World Wide Web Consortium Last Call Working Draft 10 November 2003
Dcatalog.rpgle8 * XML Catalogs Working Draft 06 August 2001
/external/zlib/src/as400/
Dcompile.clp33 /* Working storage. */
/external/mdnsresponder/
DREADME.txt9 work of the IETF Zero Configuration Networking Working Group:
12 The Zeroconf Working Group has identified three requirements for Zero
/external/icu/icu4c/source/data/translit/
Dsat_Olck_sat_FONIPA.txt26 # in the UCS. ISO/IEC JTC1/SC2/WG2 Working Group Document N2984R,
/external/llvm/lib/CodeGen/
DScheduleDAGInstrs.cpp138 SmallVector<const Value *, 4> Working(1, V); in getUnderlyingObjects() local
140 V = Working.pop_back_val(); in getUnderlyingObjects()
154 Working.push_back(O); in getUnderlyingObjects()
160 } while (!Working.empty()); in getUnderlyingObjects()
/external/markdown/docs/
Dwriting_extensions.txt27 * [Working with the ElementTree][]
150 [Working with the ElementTree][] below.
296 <h3 id="working_with_et">Working with the ElementTree</h3>
587 [Working with the ElementTree]: #working_with_et
Dusing_as_module.txt53 Working with Files
/external/ImageMagick/Magick++/
DINSTALL54 Other Known Working Configurations
/external/libvorbis/doc/
Drfc5215.txt7 Network Working Group L. Barbato
1018 IETF Audio/Video Transport Working Group
1035 IETF AVT Working Group delegated from the IESG
1090 IETF Audio/Video Transport Working Group
1104 IETF AVT Working Group delegated from the IESG
/external/clang/lib/StaticAnalyzer/
DREADME.txt92 = Working on the Analyzer =
/external/googletest/googletest/docs/
DDevGuide.md42 # Working with the Code #
/external/googletest/googlemock/docs/
DDevGuide.md44 # Working with the Code #
/external/llvm/docs/
DTypeMetadata.rst121 test whether a given pointer is compatible with a type identifier. Working
/external/ltp/runtest/
Dquickhit315 # Changes Current Working DIrectory Location Indirectly From a Symbolic Link File
/external/zlib/src/doc/
Drfc1950.txt7 Network Working Group P. Deutsch
Drfc1952.txt7 Network Working Group P. Deutsch

12