Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenPGO.h102 void mapRegionCounters(const Decl *D);
H A DCodeGenPGO.cpp960 mapRegionCounters(D); in assignRegionCounters()
971 void CodeGenPGO::mapRegionCounters(const Decl *D) { in mapRegionCounters() function in CodeGenPGO