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

References

include/llvm/Analysis/BlockFrequencyInfoImpl.h
 1092   std::deque<std::pair<const LoopT *, LoopData *>> Q;
 1093   for (const LoopT *L : *LI)
 1096     const LoopT *Loop = Q.front().first;
 1107     for (const LoopT *L : *Loop)
 1122     const LoopT *Loop = LI->getLoopFor(RPOT[Index]);