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

Declarations

include/llvm/Transforms/Utils/LoopUtils.h
   53 BasicBlock *InsertPreheaderForLoop(Loop *L, DominatorTree *DT, LoopInfo *LI,

References

lib/CodeGen/HardwareLoops.cpp
  248     Preheader = InsertPreheaderForLoop(L, DT, LI, nullptr, PreserveLCSSA);
lib/Target/PowerPC/PPCLoopPreIncPrep.cpp
  557     LoopPredecessor = InsertPreheaderForLoop(L, DT, LI, nullptr, PreserveLCSSA);
lib/Transforms/Scalar/LoopInterchange.cpp
 1443         InsertPreheaderForLoop(OuterLoop, DT, LI, nullptr, true);
 1446         InsertPreheaderForLoop(InnerLoop, DT, LI, nullptr, true);
lib/Transforms/Utils/LoopSimplify.cpp
  538     Preheader = InsertPreheaderForLoop(L, DT, LI, MSSAU, PreserveLCSSA);