Searched refs:PGOBlockCoverage (Results 1 – 1 of 1) sorted by relevance
274 static cl::opt<bool> PGOBlockCoverage( variable466 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()