Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenPGO.h82 void assignRegionCounters(GlobalDecl GD, llvm::Function *Fn);
H A DCodeGenPGO.cpp794 void CodeGenPGO::assignRegionCounters(GlobalDecl GD, llvm::Function *Fn) { in assignRegionCounters() function in CodeGenPGO
H A DCGStmt.cpp2904 PGO.assignRegionCounters(GlobalDecl(CD), F); in GenerateCapturedStmtFunction()
H A DCGBlocks.cpp1569 PGO.assignRegionCounters(GlobalDecl(blockDecl), fn); in GenerateBlockFunction()
H A DCodeGenFunction.cpp1412 PGO.assignRegionCounters(GD, CurFn); in GenerateCode()
H A DCGObjC.cpp807 PGO.assignRegionCounters(GlobalDecl(OMD), CurFn); in GenerateObjCMethod()
H A DCGStmtOpenMP.cpp640 PGO.assignRegionCounters(GlobalDecl(CD), F); in GenerateOpenMPCapturedStmtFunction()