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

  /external/clang/lib/CodeGen/
CodeGenPGO.h 117 void mapRegionCounters(const Decl *D);
CodeGenPGO.cpp 267 struct MapRegionCounters : public RecursiveASTVisitor<MapRegionCounters> {
275 MapRegionCounters(llvm::DenseMap<const Stmt *, unsigned> &CounterMap)
834 mapRegionCounters(D);
847 void CodeGenPGO::mapRegionCounters(const Decl *D) {
849 MapRegionCounters Walker(*RegionCounterMap);
    [all...]

Completed in 47 milliseconds