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

References

include/llvm/Analysis/BlockFrequencyInfoImpl.h
 1093   for (const LoopT *L : *LI)
lib/CodeGen/MachineBlockPlacement.cpp
 2593   for (MachineLoop *L : *MLI)
lib/CodeGen/MachineLICM.cpp
  340   SmallVector<MachineLoop *, 8> Worklist(MLI->begin(), MLI->end());
lib/CodeGen/MachinePipeliner.cpp
  223   for (auto &L : *MLI)
lib/CodeGen/ModuloSchedule.cpp
 1957   for (auto *L : MLI) {
lib/CodeGen/RegAllocGreedy.cpp
  550     for (MachineLoop *L : *Loops) {
lib/Target/AArch64/AArch64FalkorHWPFFix.cpp
  832   for (MachineLoop *I : LI)
lib/Target/AMDGPU/AMDILCFGStructurizer.cpp
  197          iterEnd = LoopInfo.end(); iter != iterEnd; ++iter) {
  719        E = MLI->end(); It != E; ++It) {
 1015   for (auto &It: *MLI)
lib/Target/ARM/ARMLowOverheadLoops.cpp
  106   for (auto ML : MLI) {
lib/Target/Hexagon/HexagonEarlyIfConv.cpp
 1064   for (MachineLoopInfo::iterator I = MLI->begin(), E = MLI->end(); I != E; ++I)
lib/Target/Hexagon/HexagonHardwareLoops.cpp
  391   for (auto &L : *MLI)
lib/Target/Hexagon/HexagonSplitDouble.cpp
  577   for (auto I : *MLI)
lib/Target/X86/X86CmovConversion.cpp
  223   SmallVector<MachineLoop *, 4> Loops(MLI.begin(), MLI.end());