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

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
StackColoring.cpp 859 SmallVector<SlotIndex, 16> Starts;
865 Starts.clear();
866 Starts.resize(NumSlots);
874 Starts[pos] = Indexes->getMBBStartIdx(&MBB);
893 if (!Starts[Slot].isValid())
894 Starts[Slot] = ThisIndex;
896 if (Starts[Slot].isValid()) {
899 LiveInterval::Segment(Starts[Slot], ThisIndex, VNI));
900 Starts[Slot] = SlotIndex(); // Invalidate the start index
909 if (!Starts[i].isValid()
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMLowOverheadLoops.cpp 1546 // If this block starts with a VPST then attempt to merge it with the
1665 SmallVector<MachineInstr*, 4> Starts;
1672 Starts.push_back(&I);
1681 if (Starts.empty() && Decs.empty() && Ends.empty() && EndDecs.empty())
1686 for (auto *Start : Starts) {
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/datetime/
stopwatch.d 87 Constructs a StopWatch. Whether it starts immediately depends on the
176 Starts the StopWatch.
  /src/sys/arch/sparc64/sparc64/
locore.s 1309 .word 1, 1 ! Starts disabled. DDB turns it on.

Completed in 24 milliseconds