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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DBranchProbabilityInfo.cpp927 bool FoundProb = false; local
932 FoundProb = true;
937 return FoundProb ? Prob : BranchProbability(1, succ_num);

Completed in 90 milliseconds