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

References

include/llvm/Analysis/LoopInfoImpl.h
  438       LI->changeLoopFor(PredBB, L);
include/llvm/CodeGen/MachineLoopInfo.h
  155     LI.changeLoopFor(BB, L);
lib/Analysis/LoopInfo.cpp
  708         LI->changeLoopFor(POI, NL);
  734         LI->changeLoopFor(*POI, NL);
  875       changeLoopFor(*I, nullptr);
lib/Transforms/Scalar/LoopFuse.cpp
 1282       LI.changeLoopFor(BB, FC0.L);
 1535       LI.changeLoopFor(BB, FC0.L);
lib/Transforms/Scalar/LoopInterchange.cpp
 1171   LI->changeLoopFor(OrigInnerPreHeader, OuterLoopParent);
 1208       LI->changeLoopFor(BB, NewInner);
 1214   LI->changeLoopFor(OrigOuterPreHeader, NewOuter);
lib/Transforms/Scalar/LoopSimplifyCFG.cpp
  391         LI.changeLoopFor(NewPreheader, StillReachable);
lib/Transforms/Scalar/SimpleLoopUnswitch.cpp
  292   LI.changeLoopFor(&Preheader, NewParentL);
 1150         LI.changeLoopFor(ClonedBB, &ClonedL);
 1542     LI.changeLoopFor(BB, nullptr);
 1713     LI.changeLoopFor(PH, ParentL);
 1813           LI.changeLoopFor(BB, &ExitL);
 1827         LI.changeLoopFor(BB, nullptr);
lib/Transforms/Utils/LoopSimplify.cpp
  315         LI->changeLoopFor(BB, NewOuter);
tools/polly/lib/CodeGen/IslExprBuilder.cpp
  609   LI.changeLoopFor(CondBB, LI.getLoopFor(InsertBB));