Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCodeGenPGO.h61 void setCurrentRegionCount(uint64_t Count) { CurrentRegionCount = Count; } in setCurrentRegionCount() function
78 setCurrentRegionCount(*Count); in setCurrentStmt()
HDCodeGenFunction.h934 PGO.setCurrentRegionCount(Count); in setCurrentProfileCount()