HomeSort by relevance Sort by last modified time
    Searched defs:MachineLoopInfo (Results 1 - 16 of 16) sorted by null

  /external/llvm/include/llvm/CodeGen/
MachineLoopInfo.h 1 //===- 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 {
72 void operator=(const MachineLoopInfo &) = delete;
73 MachineLoopInfo(const MachineLoopInfo &) = delete;
78 MachineLoopInfo() : MachineFunctionPass(ID) {
152 typedef MachineLoopInfo::iterator ChildIteratorType;
165 typedef MachineLoopInfo::iterator ChildIteratorType;
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
MachineLoopInfo.h 1 //===- 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 {
64 void operator=(const MachineLoopInfo &); // do not implement
65 MachineLoopInfo(const MachineLoopInfo &); // do not implement
70 MachineLoopInfo() : MachineFunctionPass(ID) {
152 typedef MachineLoopInfo::iterator ChildIteratorType;
165 typedef MachineLoopInfo::iterator ChildIteratorType;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachineLoopInfo.h 1 //===- llvm/CodeGen/MachineLoopInfo.h - Natural Loop Calculator -*- C++ -*-===//
10 // This file defines the MachineLoopInfo class that is used to identify natural
81 class MachineLoopInfo : public MachineFunctionPass {
85 void operator=(const MachineLoopInfo &) = delete;
86 MachineLoopInfo(const MachineLoopInfo &) = delete;
91 MachineLoopInfo() : MachineFunctionPass(ID) {
173 typedef MachineLoopInfo::iterator ChildIteratorType;
182 typedef MachineLoopInfo::iterator ChildIteratorType;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
MachineLoopInfo.h 1 //===- llvm/CodeGen/MachineLoopInfo.h - Natural Loop Calculator -*- C++ -*-===//
10 // This file defines the MachineLoopInfo class that is used to identify natural
84 class MachineLoopInfo : public MachineFunctionPass {
92 MachineLoopInfo() : MachineFunctionPass(ID) {
95 MachineLoopInfo(const MachineLoopInfo &) = delete;
96 MachineLoopInfo &operator=(const MachineLoopInfo &) = delete;
175 using ChildIteratorType = MachineLoopInfo::iterator;
184 using ChildIteratorType = MachineLoopInfo::iterator
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
MachineLoopInfo.h 1 //===- llvm/CodeGen/MachineLoopInfo.h - Natural Loop Calculator -*- C++ -*-===//
10 // This file defines the MachineLoopInfo class that is used to identify natural
84 class MachineLoopInfo : public MachineFunctionPass {
92 MachineLoopInfo() : MachineFunctionPass(ID) {
95 MachineLoopInfo(const MachineLoopInfo &) = delete;
96 MachineLoopInfo &operator=(const MachineLoopInfo &) = delete;
175 using ChildIteratorType = MachineLoopInfo::iterator;
184 using ChildIteratorType = MachineLoopInfo::iterator
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
MachineLoopInfo.h 1 //===- llvm/CodeGen/MachineLoopInfo.h - Natural Loop Calculator -*- C++ -*-===//
10 // This file defines the MachineLoopInfo class that is used to identify natural
84 class MachineLoopInfo : public MachineFunctionPass {
92 MachineLoopInfo() : MachineFunctionPass(ID) {
95 MachineLoopInfo(const MachineLoopInfo &) = delete;
96 MachineLoopInfo &operator=(const MachineLoopInfo &) = delete;
175 using ChildIteratorType = MachineLoopInfo::iterator;
184 using ChildIteratorType = MachineLoopInfo::iterator
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
MachineLoopInfo.h 1 //===- llvm/CodeGen/MachineLoopInfo.h - Natural Loop Calculator -*- C++ -*-===//
10 // This file defines the MachineLoopInfo class that is used to identify natural
84 class MachineLoopInfo : public MachineFunctionPass {
92 MachineLoopInfo() : MachineFunctionPass(ID) {
95 MachineLoopInfo(const MachineLoopInfo &) = delete;
96 MachineLoopInfo &operator=(const MachineLoopInfo &) = delete;
175 using ChildIteratorType = MachineLoopInfo::iterator;
184 using ChildIteratorType = MachineLoopInfo::iterator
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
MachineLoopInfo.h 1 //===- llvm/CodeGen/MachineLoopInfo.h - Natural Loop Calculator -*- C++ -*-===//
10 // This file defines the MachineLoopInfo class that is used to identify natural
84 class MachineLoopInfo : public MachineFunctionPass {
92 MachineLoopInfo() : MachineFunctionPass(ID) {
95 MachineLoopInfo(const MachineLoopInfo &) = delete;
96 MachineLoopInfo &operator=(const MachineLoopInfo &) = delete;
175 using ChildIteratorType = MachineLoopInfo::iterator;
184 using ChildIteratorType = MachineLoopInfo::iterator
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
MachineLoopInfo.h 1 //===- llvm/CodeGen/MachineLoopInfo.h - Natural Loop Calculator -*- C++ -*-===//
10 // This file defines the MachineLoopInfo class that is used to identify natural
84 class MachineLoopInfo : public MachineFunctionPass {
92 MachineLoopInfo() : MachineFunctionPass(ID) {
95 MachineLoopInfo(const MachineLoopInfo &) = delete;
96 MachineLoopInfo &operator=(const MachineLoopInfo &) = delete;
175 using ChildIteratorType = MachineLoopInfo::iterator;
184 using ChildIteratorType = MachineLoopInfo::iterator
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachineLoopInfo.h 1 //===- llvm/CodeGen/MachineLoopInfo.h - Natural Loop Calculator -*- C++ -*-===//
10 // This file defines the MachineLoopInfo class that is used to identify natural
81 class MachineLoopInfo : public MachineFunctionPass {
85 void operator=(const MachineLoopInfo &) = delete;
86 MachineLoopInfo(const MachineLoopInfo &) = delete;
91 MachineLoopInfo() : MachineFunctionPass(ID) {
173 typedef MachineLoopInfo::iterator ChildIteratorType;
182 typedef MachineLoopInfo::iterator ChildIteratorType;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
MachineLoopInfo.h 1 //===- llvm/CodeGen/MachineLoopInfo.h - Natural Loop Calculator -*- C++ -*-===//
10 // This file defines the MachineLoopInfo class that is used to identify natural
84 class MachineLoopInfo : public MachineFunctionPass {
92 MachineLoopInfo() : MachineFunctionPass(ID) {
95 MachineLoopInfo(const MachineLoopInfo &) = delete;
96 MachineLoopInfo &operator=(const MachineLoopInfo &) = delete;
175 using ChildIteratorType = MachineLoopInfo::iterator;
184 using ChildIteratorType = MachineLoopInfo::iterator
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
MachineLoopInfo.h 1 //===- llvm/CodeGen/MachineLoopInfo.h - Natural Loop Calculator -*- C++ -*-===//
10 // This file defines the MachineLoopInfo class that is used to identify natural
84 class MachineLoopInfo : public MachineFunctionPass {
92 MachineLoopInfo() : MachineFunctionPass(ID) {
95 MachineLoopInfo(const MachineLoopInfo &) = delete;
96 MachineLoopInfo &operator=(const MachineLoopInfo &) = delete;
175 using ChildIteratorType = MachineLoopInfo::iterator;
184 using ChildIteratorType = MachineLoopInfo::iterator
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/
MachineLoopInfo.h 1 //===- llvm/CodeGen/MachineLoopInfo.h - Natural Loop Calculator -*- C++ -*-===//
10 // This file defines the MachineLoopInfo class that is used to identify natural
84 class MachineLoopInfo : public MachineFunctionPass {
92 MachineLoopInfo() : MachineFunctionPass(ID) {
95 MachineLoopInfo(const MachineLoopInfo &) = delete;
96 MachineLoopInfo &operator=(const MachineLoopInfo &) = delete;
175 using ChildIteratorType = MachineLoopInfo::iterator;
184 using ChildIteratorType = MachineLoopInfo::iterator
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/
MachineLoopInfo.h 1 //===- llvm/CodeGen/MachineLoopInfo.h - Natural Loop Calculator -*- C++ -*-===//
10 // This file defines the MachineLoopInfo class that is used to identify natural
84 class MachineLoopInfo : public MachineFunctionPass {
92 MachineLoopInfo() : MachineFunctionPass(ID) {
95 MachineLoopInfo(const MachineLoopInfo &) = delete;
96 MachineLoopInfo &operator=(const MachineLoopInfo &) = delete;
175 using ChildIteratorType = MachineLoopInfo::iterator;
184 using ChildIteratorType = MachineLoopInfo::iterator
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/
MachineLoopInfo.h 1 //===- llvm/CodeGen/MachineLoopInfo.h - Natural Loop Calculator -*- C++ -*-===//
10 // This file defines the MachineLoopInfo class that is used to identify natural
84 class MachineLoopInfo : public MachineFunctionPass {
92 MachineLoopInfo() : MachineFunctionPass(ID) {
95 MachineLoopInfo(const MachineLoopInfo &) = delete;
96 MachineLoopInfo &operator=(const MachineLoopInfo &) = delete;
175 using ChildIteratorType = MachineLoopInfo::iterator;
184 using ChildIteratorType = MachineLoopInfo::iterator
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/
MachineLoopInfo.h 1 //===- llvm/CodeGen/MachineLoopInfo.h - Natural Loop Calculator -*- C++ -*-===//
10 // This file defines the MachineLoopInfo class that is used to identify natural
84 class MachineLoopInfo : public MachineFunctionPass {
92 MachineLoopInfo() : MachineFunctionPass(ID) {
95 MachineLoopInfo(const MachineLoopInfo &) = delete;
96 MachineLoopInfo &operator=(const MachineLoopInfo &) = delete;
175 using ChildIteratorType = MachineLoopInfo::iterator;
184 using ChildIteratorType = MachineLoopInfo::iterator
    [all...]

Completed in 175 milliseconds