Home
last modified time | relevance | path

Searched refs:Unlikely (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp1281 auto *Unlikely = MDBuilder(Ctx).createUnlikelyBranchWeights(); in lowerMCDCTestVectorBitmapUpdate() local
1283 SplitBlockAndInsertIfThen(ShouldStore, Update, false, Unlikely); in lowerMCDCTestVectorBitmapUpdate()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp2253 const uint64_t Unlikely = 0; in getLikelihoodWeights() local
2260 Result.push_back(Unlikely); in getLikelihoodWeights()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAttr.td1861 def Unlikely : StmtAttr {
1865 def : MutualExclusions<[Likely, Unlikely]>;
/freebsd/contrib/ncurses/
H A Dconfigure.in2001 # oops: C has a bool. Unlikely, but C++ could differ.