HomeSort by relevance Sort by last modified time
    Searched refs:BType (Results 1 - 5 of 5) sorted by null

  /external/llvm/include/llvm/Analysis/
ProfileInfo.h 54 template<class FType, class BType>
58 typedef std::pair<const BType*, const BType*> Edge;
61 typedef std::map<const BType*, double> BlockCounts;
62 typedef std::map<const BType*, const BType*> Path;
97 static Edge getEdge(const BType *Src, const BType *Dest) {
106 double getExecutionCount(const BType *BB);
108 void setExecutionCount(const BType *BB, double w)
    [all...]
ProfileDataLoader.h 11 // The ProfileDataT<FType, BType> class is used to store the mapping of this
36 /// \brief The ProfileDataT<FType, BType> class is used to store the mapping of
40 template<class FType, class BType>
45 typedef std::pair<const BType*, const BType*> Edge;
68 static Edge getEdge(const BType *Src, const BType *Dest) {
  /external/llvm/lib/Analysis/
ProfileVerifierPass.cpp 35 template<class FType, class BType>
39 const BType *BB;
47 ProfileInfoT<FType, BType> *PI;
48 std::set<const BType*> BBisVisited;
56 std::set<const BType*> BBisPrinted;
58 void printDebugInfo(const BType *BB);
74 AU.addRequired<ProfileInfoT<FType, BType> >();
83 void recurseBasicBlock(const BType*);
86 double ReadOrAssert(typename ProfileInfoT<FType, BType>::Edge);
92 template<class FType, class BType>
    [all...]
  /external/clang/test/CodeGen/
2008-03-24-BitField-And-Alloca.c 43 unsigned int BType : 4;
  /external/llvm/tools/llvm-objdump/
MachODump.cpp 92 SymbolRef::Type AType, BType;
94 B.getType(BType);
101 if (BType != SymbolRef::ST_Function)

Completed in 121 milliseconds