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

  /external/llvm/include/llvm/Analysis/
ProfileInfo.h 53 template<class FType, class BType>
57 typedef std::pair<const BType*, const BType*> Edge;
60 typedef std::map<const BType*, double> BlockCounts;
61 typedef std::map<const BType*, const BType*> Path;
98 static Edge getEdge(const BType *Src, const BType *Dest) {
107 double getExecutionCount(const BType *BB);
109 void setExecutionCount(const BType *BB, double w)
    [all...]
  /external/llvm/lib/Analysis/
ProfileVerifierPass.cpp 34 template<class FType, class BType>
38 const BType *BB;
46 ProfileInfoT<FType, BType> *PI;
47 std::set<const BType*> BBisVisited;
55 std::set<const BType*> BBisPrinted;
57 void printDebugInfo(const BType *BB);
73 AU.addRequired<ProfileInfoT<FType, BType> >();
82 void recurseBasicBlock(const BType*);
85 double ReadOrAssert(typename ProfileInfoT<FType, BType>::Edge);
91 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 90 SymbolRef::Type AType, BType;
92 B.getType(BType);
99 if (BType != SymbolRef::ST_Function)

Completed in 103 milliseconds