Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenPGO.h85 void assignRegionCounters(GlobalDecl GD, llvm::Function *Fn);
H A DCodeGenPGO.cpp1013 void CodeGenPGO::assignRegionCounters(GlobalDecl GD, llvm::Function *Fn) { in assignRegionCounters() function in CodeGenPGO
H A DCGBlocks.cpp1546 PGO.assignRegionCounters(GlobalDecl(blockDecl), fn); in GenerateBlockFunction()
H A DCodeGenFunction.cpp1527 PGO.assignRegionCounters(GD, CurFn); in GenerateCode()
H A DCGStmt.cpp3199 PGO.assignRegionCounters(GlobalDecl(CD), F); in GenerateCapturedStmtFunction()
H A DCGObjC.cpp809 PGO.assignRegionCounters(GlobalDecl(OMD), CurFn); in GenerateObjCMethod()
H A DCGStmtOpenMP.cpp669 PGO.assignRegionCounters(GlobalDecl(CD), F); in GenerateOpenMPCapturedStmtFunction()