Home
last modified time | relevance | path

Searched refs:MapRegionCounters (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
DCodeGenPGO.cpp113 struct MapRegionCounters : public RecursiveASTVisitor<MapRegionCounters> { struct
121 MapRegionCounters(llvm::DenseMap<const Stmt *, unsigned> &CounterMap) in MapRegionCounters() function
648 MapRegionCounters Walker(*RegionCounterMap); in mapRegionCounters()