Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenPGO.h87 void assignRegionCounters(GlobalDecl GD, llvm::Function *Fn);
H A DCodeGenPGO.cpp924 void CodeGenPGO::assignRegionCounters(GlobalDecl GD, llvm::Function *Fn) { in assignRegionCounters() function in CodeGenPGO
H A DCGBlocks.cpp1534 PGO.assignRegionCounters(GlobalDecl(blockDecl), fn); in GenerateBlockFunction()
H A DCodeGenFunction.cpp1448 PGO.assignRegionCounters(GD, CurFn); in GenerateCode()
H A DCGStmt.cpp3021 PGO.assignRegionCounters(GlobalDecl(CD), F); in GenerateCapturedStmtFunction()
H A DCGObjC.cpp809 PGO.assignRegionCounters(GlobalDecl(OMD), CurFn); in GenerateObjCMethod()
H A DCGStmtOpenMP.cpp641 PGO.assignRegionCounters(GlobalDecl(CD), F); in GenerateOpenMPCapturedStmtFunction()