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

References

lib/Analysis/LoopAccessAnalysis.cpp
 1742   if (!TheLoop->empty()) {
lib/Analysis/LoopInfo.cpp
  765   while (!Unloop.empty()) {
  888     while (!Unloop->empty())
lib/CodeGen/AsmPrinter/AsmPrinter.cpp
 2897   if (Loop->empty())
lib/Target/AArch64/AArch64FalkorHWPFFix.cpp
  148   if (!L.empty())
  835       if (L->empty())
lib/Target/Hexagon/HexagonTargetTransformInfo.cpp
   82   if (L && L->empty() && canPeel(L) &&
lib/Target/PowerPC/PPCLoopPreIncPrep.cpp
  546   if (!L->empty())
lib/Transforms/Scalar/LoopDataPrefetch.cpp
  216   if (!L->empty())
lib/Transforms/Scalar/LoopDistribute.cpp
  666     assert(L->empty() && "Only process inner loops.");
  985       if (L->empty())
lib/Transforms/Scalar/LoopFuse.cpp
 1284     while (!FC1.L->empty()) {
 1537     while (!FC1.L->empty()) {
lib/Transforms/Scalar/LoopInterchange.cpp
 1183   while (!NewOuter->empty())
lib/Transforms/Scalar/LoopLoadElimination.cpp
  612       if (L->empty())
lib/Transforms/Scalar/LoopStrengthReduce.cpp
 5561   if (!L->empty()) {
lib/Transforms/Scalar/LoopUnrollPass.cpp
  346   if (!L->empty())
lib/Transforms/Scalar/SimpleLoopUnswitch.cpp
 1163   if (OrigRootL.empty())
lib/Transforms/Utils/LoopUnrollPeel.cpp
  271   if (!L->empty())
lib/Transforms/Utils/LoopVersioning.cpp
  276         if (L->empty())
lib/Transforms/Vectorize/LoopVectorizationLegality.cpp
  424   assert(!TheLoop->empty() && "We are not vectorizing an outer loop.");
 1002   assert((UseVPlanNativePath || Lp->empty()) &&
 1112   if (!TheLoop->empty()) {
 1129   assert(TheLoop->empty() && "Inner loop expected.");
lib/Transforms/Vectorize/LoopVectorize.cpp
 1528   assert(!OuterLp->empty() && "This is not an outer loop");
 1561   if (L.empty() || VPlanBuildStressTest ||
 6398   if (!OrigLoop->empty()) {
 6432   assert(OrigLoop->empty() && "Inner loop expected.");
 7046   assert(OrigLoop->empty() && "Inner loop expected.");
 7231   assert(!OrigLoop->empty());
 7507   assert((EnableVPlanNativePath || L->empty()) &&
 7568   if (!L->empty())
 7572   assert(L->empty() && "Inner loop expected.");
unittests/Transforms/Scalar/LoopPassManagerTest.cpp
 1384     assert(L.empty() && "Can only delete leaf loops with this routine!");