Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenPGO.h82 void assignRegionCounters(GlobalDecl GD, llvm::Function *Fn);
H A DCodeGenPGO.cpp786 void CodeGenPGO::assignRegionCounters(GlobalDecl GD, llvm::Function *Fn) { in assignRegionCounters() function in CodeGenPGO
H A DCGStmt.cpp2751 PGO.assignRegionCounters(GlobalDecl(CD), F); in GenerateCapturedStmtFunction()
H A DCodeGenFunction.cpp1338 PGO.assignRegionCounters(GD, CurFn); in GenerateCode()
H A DCGBlocks.cpp1566 PGO.assignRegionCounters(GlobalDecl(blockDecl), fn); in GenerateBlockFunction()
H A DCGObjC.cpp806 PGO.assignRegionCounters(GlobalDecl(OMD), CurFn); in GenerateObjCMethod()
H A DCGStmtOpenMP.cpp629 PGO.assignRegionCounters(GlobalDecl(CD), F); in GenerateOpenMPCapturedStmtFunction()