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

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
LiveInterval.cpp 1122 // 2. [ReadI; end) at the back of LR.
1125 // - LR.begin() <= WriteI <= ReadI <= LR.end().
1148 OS << " updater with gap = " << (ReadI - WriteI)
1157 for (const auto &S : make_range(ReadI, LR->end()))
1195 WriteI = ReadI = LR->begin();
1201 // Advance ReadI until it ends after Seg.start.
1203 if (ReadI != E && ReadI->end <= Seg.start) {
1204 // First try to close the gap between WriteI and ReadI with spills.
1205 if (ReadI != WriteI
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMInstructionSelector.cpp 589 auto ReadI = BuildMI(I.MBB, I.InsertBefore, I.DbgLoc,
592 if (!constrainSelectedInstRegOperands(*ReadI, TII, TRI, RBI))
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
LiveInterval.h 932 LiveRange::iterator ReadI;

Completed in 20 milliseconds