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

References

include/llvm/CodeGen/MachineOutliner.h
  150     std::for_each(MBB->rbegin(), (MachineBasicBlock::reverse_iterator)front(),
  156     std::for_each(front(), std::next(back()),
lib/CodeGen/MachineOutliner.cpp
  959                                       C.front()->getDebugLoc(), C.getMBB());
  972               CandidatesForRepeatedSeq[i].front()->getDebugLoc());
  997             OF.Candidates[i].front()->getDebugLoc());
 1138   for (auto I = FirstCand.front(), E = std::next(FirstCand.back()); I != E;
 1231       MachineBasicBlock::iterator StartIt = C.front();
lib/Target/AArch64/AArch64InstrInfo.cpp
 5045       std::accumulate(FirstCand.front(), std::next(FirstCand.back()), 0,
 5168       FirstCand.front(), std::next(FirstCand.back()), IsSafeToFixup);
 5250     if (std::any_of(FirstCand.front(), FirstCand.back(),
lib/Target/X86/X86InstrInfo.cpp
 7993       std::accumulate(RepeatedSequenceLocs[0].front(),