Searched defs:MachineLoopInfo (Results 1 - 2 of 2) 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
68 class MachineLoopInfo : public MachineFunctionPass { class in namespace:llvm
72 void operator=(const MachineLoopInfo &) = delete;
73 MachineLoopInfo(const MachineLoopInfo &) = delete;
78 MachineLoopInfo() : MachineFunctionPass(ID) { function in class:llvm::MachineLoopInfo
152 typedef MachineLoopInfo::iterator ChildIteratorType;
165 typedef MachineLoopInfo::iterator ChildIteratorType;
/external/swiftshader/third_party/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
60 class MachineLoopInfo : public MachineFunctionPass { class in namespace:llvm
64 void operator=(const MachineLoopInfo &); // do not implement
65 MachineLoopInfo(const MachineLoopInfo &); // do not implement
70 MachineLoopInfo() : MachineFunctionPass(ID) { function in class:llvm::MachineLoopInfo
152 typedef MachineLoopInfo::iterator ChildIteratorType;
165 typedef MachineLoopInfo::iterator ChildIteratorType;

Completed in 121 milliseconds