Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenPGO.h94 void mapRegionCounters(const Decl *D);
H A DCodeGenPGO.cpp786 mapRegionCounters(D); in assignRegionCounters()
797 void CodeGenPGO::mapRegionCounters(const Decl *D) { in mapRegionCounters() function in CodeGenPGO