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

  /external/swiftshader/third_party/LLVM/include/llvm/Support/
InstVisitor.h 1 //===- llvm/Support/InstVisitor.h - Define instruction visitors -*- C++ -*-===//
46 /// /// Declare the class. Note that we derive from InstVisitor instantiated
49 /// struct CountAllocaVisitor : public InstVisitor<CountAllocaVisitor> {
74 /// virtual function call overhead. Defining and using an InstVisitor is just
78 class InstVisitor {
80 // Interface code - This is the public interface of the InstVisitor that you
  /external/llvm/include/llvm/IR/
InstVisitor.h 1 //===- InstVisitor.h - Instruction visitor templates ------------*- C++ -*-===//
49 /// /// Declare the class. Note that we derive from InstVisitor instantiated
52 /// struct CountAllocaVisitor : public InstVisitor<CountAllocaVisitor> {
77 /// virtual function call overhead. Defining and using an InstVisitor is just
81 class InstVisitor {
83 // Interface code - This is the public interface of the InstVisitor that you
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
InstVisitor.h 1 //===- InstVisitor.h - Instruction visitor templates ------------*- C++ -*-===//
49 /// /// Declare the class. Note that we derive from InstVisitor instantiated
52 /// struct CountAllocaVisitor : public InstVisitor<CountAllocaVisitor> {
77 /// virtual function call overhead. Defining and using an InstVisitor is just
81 class InstVisitor {
83 // Interface code - This is the public interface of the InstVisitor that you
119 static_assert(std::is_base_of<InstVisitor, SubClass>::value,
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
InstVisitor.h 1 //===- InstVisitor.h - Instruction visitor templates ------------*- C++ -*-===//
49 /// /// Declare the class. Note that we derive from InstVisitor instantiated
52 /// struct CountAllocaVisitor : public InstVisitor<CountAllocaVisitor> {
77 /// virtual function call overhead. Defining and using an InstVisitor is just
81 class InstVisitor {
83 // Interface code - This is the public interface of the InstVisitor that you
119 static_assert(std::is_base_of<InstVisitor, SubClass>::value,
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
InstVisitor.h 1 //===- InstVisitor.h - Instruction visitor templates ------------*- C++ -*-===//
49 /// /// Declare the class. Note that we derive from InstVisitor instantiated
52 /// struct CountAllocaVisitor : public InstVisitor<CountAllocaVisitor> {
77 /// virtual function call overhead. Defining and using an InstVisitor is just
81 class InstVisitor {
83 // Interface code - This is the public interface of the InstVisitor that you
119 static_assert(std::is_base_of<InstVisitor, SubClass>::value,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
InstVisitor.h 1 //===- InstVisitor.h - Instruction visitor templates ------------*- C++ -*-===//
49 /// /// Declare the class. Note that we derive from InstVisitor instantiated
52 /// struct CountAllocaVisitor : public InstVisitor<CountAllocaVisitor> {
77 /// virtual function call overhead. Defining and using an InstVisitor is just
81 class InstVisitor {
83 // Interface code - This is the public interface of the InstVisitor that you
119 static_assert(std::is_base_of<InstVisitor, SubClass>::value,
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
InstVisitor.h 1 //===- InstVisitor.h - Instruction visitor templates ------------*- C++ -*-===//
49 /// /// Declare the class. Note that we derive from InstVisitor instantiated
52 /// struct CountAllocaVisitor : public InstVisitor<CountAllocaVisitor> {
77 /// virtual function call overhead. Defining and using an InstVisitor is just
81 class InstVisitor {
83 // Interface code - This is the public interface of the InstVisitor that you
119 static_assert(std::is_base_of<InstVisitor, SubClass>::value,
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
InstVisitor.h 1 //===- InstVisitor.h - Instruction visitor templates ------------*- C++ -*-===//
49 /// /// Declare the class. Note that we derive from InstVisitor instantiated
52 /// struct CountAllocaVisitor : public InstVisitor<CountAllocaVisitor> {
77 /// virtual function call overhead. Defining and using an InstVisitor is just
81 class InstVisitor {
83 // Interface code - This is the public interface of the InstVisitor that you
119 static_assert(std::is_base_of<InstVisitor, SubClass>::value,
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
InstVisitor.h 1 //===- InstVisitor.h - Instruction visitor templates ------------*- C++ -*-===//
49 /// /// Declare the class. Note that we derive from InstVisitor instantiated
52 /// struct CountAllocaVisitor : public InstVisitor<CountAllocaVisitor> {
77 /// virtual function call overhead. Defining and using an InstVisitor is just
81 class InstVisitor {
83 // Interface code - This is the public interface of the InstVisitor that you
119 static_assert(std::is_base_of<InstVisitor, SubClass>::value,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
InstVisitor.h 1 //===- InstVisitor.h - Instruction visitor templates ------------*- C++ -*-===//
49 /// /// Declare the class. Note that we derive from InstVisitor instantiated
52 /// struct CountAllocaVisitor : public InstVisitor<CountAllocaVisitor> {
77 /// virtual function call overhead. Defining and using an InstVisitor is just
81 class InstVisitor {
83 // Interface code - This is the public interface of the InstVisitor that you
119 static_assert(std::is_base_of<InstVisitor, SubClass>::value,

Completed in 603 milliseconds