Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp268 static cl::opt<bool> PGOBlockCoverage( variable
408 if (PGOBlockCoverage) in createIRLevelProfileFlagVar()
876 if (!PGOBlockCoverage) { in instrumentOneFunc()
884 PGOBlockCoverage); in instrumentOneFunc()
944 NumCounters += PGOBlockCoverage ? 8 : 1; in instrumentOneFunc()
952 I += PGOBlockCoverage ? 8 : 1; in instrumentOneFunc()
962 Intrinsic::getDeclaration(M, PGOBlockCoverage in instrumentOneFunc()