Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Transforms/Scalar/
H A DLowerExpectIntrinsic.cpp65 auto *Confidence = cast<ConstantFP>(CI->getArgOperand(2)); in getBranchWeight() local
129 auto *Confidence = cast<ConstantFP>(Expect->getArgOperand(2)); in handlePhiDef() local
/llvm-project/clang-tools-extra/clang-tidy/modernize/
H A DLoopConvertUtils.h258 explicit Confidence(Confidence::Level Level) : CurrentLevel(Level) {} in Confidence() function
/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp3306 Constant *Confidence = ConstantFP::get(Ty, Probability); EmitBuiltinExpr() local