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

/external/clang/lib/CodeGen/
H A DCodeGenPGO.h27 class RegionCounter;
30 /// but instead through the CodeGenFunction and RegionCounter types.
100 llvm::MDNode *createLoopWeights(const Stmt *Cond, RegionCounter &Cnt);
144 friend class RegionCounter;
149 class RegionCounter { class in namespace:clang::CodeGen
157 RegionCounter(CodeGenPGO &PGO, unsigned CounterIndex) function in class:clang::CodeGen::RegionCounter
162 RegionCounter(CodeGenPGO &PGO, const Stmt *S) function in class:clang::CodeGen::RegionCounter

Completed in 90 milliseconds