reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/Hexagon/HexagonExpandCondsets.cpp
  334   for (auto I = LI.begin(), E = LI.end(); I != E; ++I) {
  334   for (auto I = LI.begin(), E = LI.end(); I != E; ++I) {
  335     if (!I->end.isRegister())
  339     auto NextI = std::next(I);
  347       auto EndsAtI = [I] (LiveInterval::SubRange &S) -> bool {
  348         LiveRange::iterator F = S.find(I->end);
  349         return F != S.end() && I->end == F->end;
  355           KillAt(I->end, S.LaneMask);
  361       KillAt(I->end, MRI->getMaxLaneMaskForVReg(Reg));