HomeSort by: relevance | last modified time | path
    Searched refs:Working (Results 1 - 10 of 10) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
BlockFrequencyInfoImpl.cpp 283 std::vector<WorkingData>().swap(Working);
310 BlockNode Resolved = Working[Succ.Index].getResolvedNode();
331 if (Working[Resolved.Index].getContainingLoop() != OuterLoop) {
413 if (auto *Loop = Working[M.Index].getPackagedLoop())
436 BlockMass Mass = Working[Source.Index].getMass();
446 Working[W.TargetNode.Index].getMass() += Taken;
519 const auto &Working = BFI.Working[N.Index];
520 Scaled64 &F = Working.isAPackage() ? Working.getPackagedLoop()->Scal
    [all...]
ValueTracking.cpp 4433 SmallVector<const Value *, 4> Working(1, V);
4435 V = Working.pop_back_val();
4447 Working.push_back(O);
4459 } while (!Working.empty());
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 422 std::vector<WorkingData> Working;
453 assert(Head.Index < Working.size());
454 assert(Working[Head.Index].isLoopHeader());
455 return *Working[Head.Index].Loop;
650 BFI.Working[Node.Index].getMass() = BlockMass::getEmpty();
670 for (uint32_t Index = 0; Index < BFI.Working.size(); ++Index)
684 const auto &Working = BFI.Working[Node.Index];
686 if (Working.isAPackage())
687 for (const auto &I : Working.Loop->Exits
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenPGO.cpp 73 uint64_t Working;
134 : Working(0), Count(0), HashVersion(HashVersion), MD5() {}
749 uint64_t Swapped = endian::byte_swap<uint64_t, little>(Working);
751 Working = 0;
756 Working = Working << NumBitsPerType | Type;
760 // Use Working as the hash directly if we never used MD5.
765 return Working;
767 // Check for remaining work in Working.
768 if (Working) {
    [all...]
  /src/external/gpl2/rcs/dist/src/
rcstest 5 # to test the working directory's commands, prepend . to your PATH.
99 test ! -f a.c || { echo "#ci did not remove working file"; exit 1; }
103 test -f a.c || { echo '#co' $l did not create working file; exit 1; }
139 test -r a.c || { echo "#ci -u didn't create a working file"; exit 1; }
430 Working file: a.c
  /src/crypto/dist/ipsec-tools/misc/
cvs2cl.pl 2194 if ( $line =~ /^Working file: (.*)/ ) {
3158 Some examples (working on UNIX shells):
  /src/external/apache2/llvm/dist/clang/tools/scan-build/bin/
scan-build 694 <tr><th>Working Directory:</th><td>${CurrentDir}</td></tr>
1608 # Construct an absolute path. Uses the current working directory
1628 # Construct an absolute path. Uses the current working directory
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/lib/
gdb.exp 3188 # Run tests in BODY with the current working directory (CWD) set to
3223 -re "^Working directory (\[^\r\n\]+)\\.\r\n" {
3239 # Use GDB's 'pwd' command to figure out the current working directory.
3241 # current working directory, then call perror, and return the empty
3251 -re "^Working directory (\[^\r\n\]+)\\.\r\n" {
3261 perror "failed to read GDB's current working directory"
3268 # working directory changed to CWD.
7426 # its version-comparison code that prevented this for working.
9466 # This supports working around bug 15954.
  /src/external/gpl3/gdb/dist/gdb/testsuite/lib/
gdb.exp 3457 # Run tests in BODY with the current working directory (CWD) set to
3492 -re "^Working directory (\[^\r\n\]+)\\.\r\n" {
3508 # Use GDB's 'pwd' command to figure out the current working directory.
3510 # current working directory, then call perror, and return the empty
3520 -re "^Working directory (\[^\r\n\]+)\\.\r\n" {
3530 perror "failed to read GDB's current working directory"
3537 # working directory changed to CWD.
7935 # its version-comparison code that prevented this for working.
10005 # This supports working around bug 15954.
  /src/external/gpl2/xcvs/dist/src/
sanity.sh 1105 echo "Notice: awk BEGIN clause or printf is not be working properly."
1119 echo "Notice: awk format %c string may not be working properly."
2241 # My working copy still has the Button() method, but I
2618 # a working CVS exectuable on the remote machine.
3128 Working file: ssfile
3175 # Now test the ability to run checkout on an existing working
3216 Working revision: No entry for sfile1
3225 Working revision: New file!
3511 Working revision: New file!
3520 Working revision: New file
    [all...]

Completed in 42 milliseconds