Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp266 static cl::opt<bool> PGOBlockCoverage( variable
386 if (PGOBlockCoverage) in createIRLevelProfileFlagVar()
852 if (!PGOBlockCoverage) { in instrumentOneFunc()
860 PGOBlockCoverage); in instrumentOneFunc()
883 NumCounters += PGOBlockCoverage ? 8 : 1; in instrumentOneFunc()
891 I += PGOBlockCoverage ? 8 : 1; in instrumentOneFunc()
901 Intrinsic::getDeclaration(M, PGOBlockCoverage in instrumentOneFunc()