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

Declarations

include/llvm/Analysis/LoopInfo.h
   67 template <class N, class M> class LoopInfoBase;

References

include/llvm/Analysis/LoopInfo.h
  365   void addBasicBlockToLoop(BlockT *NewBB, LoopInfoBase<BlockT, LoopT> &LI);
  857   void operator=(const LoopInfoBase &) = delete;
  858   LoopInfoBase(const LoopInfoBase &) = delete;
  864   LoopInfoBase(LoopInfoBase &&Arg)
  871   LoopInfoBase &operator=(LoopInfoBase &&RHS) {
  871   LoopInfoBase &operator=(LoopInfoBase &&RHS) {
include/llvm/Analysis/LoopInfoImpl.h
  236     BlockT *NewBB, LoopInfoBase<BlockT, LoopT> &LIB) {
  419                                   LoopInfoBase<BlockT, LoopT> *LI,
  479   LoopInfoBase<BlockT, LoopT> *LI;
  482   PopulateLoopsDFS(LoopInfoBase<BlockT, LoopT> *li) : LI(li) {}
  630                                const LoopInfoBase<BlockT, LoopT> &LI,
  702   LoopInfoBase<BlockT, LoopT> OtherLI;
lib/Transforms/Vectorize/VPlanLoopInfo.h
   40 typedef LoopInfoBase<VPBlockBase, VPLoop> VPLoopInfo;