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

References

lib/Target/Hexagon/HexagonEarlyIfConv.cpp
  234   MachineLoop *L = MLI->getLoopFor(SB);
  293   bool TOk = (TNP == 1 && TNS == 1 && MLI->getLoopFor(TB) == L);
  294   bool FOk = (FNP == 1 && FNS == 1 && MLI->getLoopFor(FB) == L);
  298   if (SkipExitBranches && MLI->getLoopFor(TB) != MLI->getLoopFor(FB))
  298   if (SkipExitBranches && MLI->getLoopFor(TB) != MLI->getLoopFor(FB))
  622   if (MLI->getLoopFor(B) != L)
 1057   MLI = &getAnalysis<MachineLoopInfo>();
 1064   for (MachineLoopInfo::iterator I = MLI->begin(), E = MLI->end(); I != E; ++I)
 1064   for (MachineLoopInfo::iterator I = MLI->begin(), E = MLI->end(); I != E; ++I)