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.cpp1158 auto *Unlikely = MDBuilder(Ctx).createUnlikelyBranchWeights(); in createRMWOrFunc() local
1159 Builder.CreateCondBr(ShouldStore, ThenTerm, ElseTerm, Unlikely); in createRMWOrFunc()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp2104 const uint64_t Unlikely = 0; in getLikelihoodWeights() local
2111 Result.push_back(Unlikely); in getLikelihoodWeights()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAttr.td1664 def Unlikely : StmtAttr {
1668 def : MutualExclusions<[Likely, Unlikely]>;
/freebsd/contrib/ncurses/
H A Dconfigure.in1991 # oops: C has a bool. Unlikely, but C++ could differ.