Searched refs:BranchProbStr (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp1729 std::string BranchProbStr; local
1730 raw_string_ostream OS(BranchProbStr);
1738 << BrCondStr << " is true with probability : " << BranchProbStr;

Completed in 106 milliseconds