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

/freebsd-current/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DSpeculation.h102 llvm::dbgs() << "\n Likely Symbol : " << N;
142 auto Likely = SymPair.second; local
144 auto OnReadyFixUp = [Likely, Target,
148 registerSymbolsWithAddr(RDef.getAddress(), std::move(Likely));
/freebsd-current/share/mk/
H A Dbsd.libnames.mk195 .error ${.CURDIR}: Missing value for LIB${LIB:tu} in ${_this:T}. Likely should be: LIB${LIB:tu}?= $${LIBDESTDIR}$${LIBDIR_BASE}/lib${LIB}.a
H A Dsrc.libnames.mk819 .error ${.CURDIR}: Missing value for LIB${LIB:tu} in ${_this:T}. Likely should be: LIB${LIB:tu}?= $${LIB${LIB:tu}DIR}/lib${LIB}.a
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp2974 BranchProbability Likely = TTI.getPredictableBranchThreshold();
2975 if (BIEndProb >= Likely)
3455 BranchProbability Likely = TTI.getPredictableBranchThreshold();
3460 if (BIBBProb >= Likely)
3463 if (BITrueProb >= Likely || BIFalseProb >= Likely)
3659 BranchProbability PBITrueProb, Likely;
3665 Likely = TTI->getPredictableBranchThreshold();
3670 if (PBITrueProb.isUnknown() || PBITrueProb < Likely)
3674 if (PBITrueProb.isUnknown() || PBITrueProb.getCompl() < Likely)
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp1922 // don't exceed the weight of Likely.
1923 const uint64_t Likely = INT32_MAX / (NumLikely + 2); local
1924 const uint64_t None = Likely / (NumNone + 1);
1938 Result.push_back(Likely);

Completed in 209 milliseconds