Searched defs:MachineLoopInfo (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DMachineLoopInfo.h1 //===- llvm/CodeGen/MachineLoopInfo.h - Natural Loop Calculator -*- C++ -*-===//
10 // This file defines the MachineLoopInfo class that is used to identify natural
72 class MachineLoopInfo : public MachineFunctionPass { class in namespace:llvm
76 void operator=(const MachineLoopInfo &) LLVM_DELETED_FUNCTION;
77 MachineLoopInfo(const MachineLoopInfo &) LLVM_DELETED_FUNCTION;
82 MachineLoopInfo() : MachineFunctionPass(ID) { function in class:llvm::MachineLoopInfo
164 typedef MachineLoopInfo::iterator ChildIteratorType;
177 typedef MachineLoopInfo::iterator ChildIteratorType;

Completed in 110 milliseconds