Home
last modified time | relevance | path

Searched defs:getCompl (Results 1 – 2 of 2) sorted by relevance

/llvm-project/llvm/include/llvm/Support/
H A DBranchProbability.h69 BranchProbability getCompl() const { return BranchProbability(D - N); } in getCompl() function
/llvm-project/llvm/unittests/Support/
H A DBranchProbabilityTest.cpp165 TEST(BranchProbabilityTest, getCompl) { in TEST() argument