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

/external/llvm/include/llvm/Analysis/
H A DPtrUseVisitor.h1 //===- PtrUseVisitor.h - InstVisitors over a pointers uses ------*- C++ -*-===//
36 /// \brief Implementation of non-dependent functionality for \c PtrUseVisitor.
38 /// See \c PtrUseVisitor for the public interface and detailed comments about
41 /// PtrUseVisitor.
193 class PtrUseVisitor : protected InstVisitor<DerivedT>, class in namespace:llvm
199 PtrUseVisitor(const DataLayout &DL) : PtrUseVisitorBase(DL) {} function in class:llvm::PtrUseVisitor

Completed in 70 milliseconds