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

/external/ImageMagick/MagickCore/
H A Dprofile.h28 ProfileInfo; typedef in typeref:struct:_ProfileInfo
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
H A DProfileInfo.h1 //===- llvm/Analysis/ProfileInfo.h - Profile Info Interface -----*- C++ -*-===//
10 // This file defines the generic ProfileInfo interface, which is used as the
16 // ProfileInfo, which requires that they notify it when changes to the CFG are
51 /// ProfileInfo Class - This class holds and maintains profiling
93 assert(0 && "Invalid ProfileInfo::Edge");
173 dbgs() << "**** This is ProfileInfo " << this << " speaking:\n";
220 dbgs() << "**** ProfileInfo " << this << ", over and out.\n";
238 typedef ProfileInfoT<Function, BasicBlock> ProfileInfo; typedef in namespace:llvm

Completed in 183 milliseconds