Home
last modified time | relevance | path

Searched defs:Confidence (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/llvm/lib/Transforms/Scalar/
DLowerExpectIntrinsic.cpp66 ConstantFP *Confidence = dyn_cast<ConstantFP>(CI->getArgOperand(2)); in getBranchWeight() local
/external/llvm-project/clang-tools-extra/clang-tidy/modernize/
DLoopConvertUtils.h260 explicit Confidence(Confidence::Level Level) : CurrentLevel(Level) {} in Confidence() function
/external/llvm-project/clang/lib/CodeGen/
DCGBuiltin.cpp2672 Constant *Confidence = ConstantFP::get(Ty, Probability); in EmitBuiltinExpr() local