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.cpp274 static cl::opt<bool> PGOBlockCoverage( variable
466 if (PGOBlockCoverage) in createIRLevelProfileFlagVar()
935 if (!PGOBlockCoverage) { in instrument()
946 PGOBlockCoverage); in instrument()
1013 NumCounters += PGOBlockCoverage ? 8 : 1; in instrument()
1022 I += PGOBlockCoverage ? 8 : 1; in instrument()
1031 Builder.CreateIntrinsic(PGOBlockCoverage ? Intrinsic::instrprof_cover in instrument()