Home
last modified time | relevance | path

Searched refs:Br1 (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/openssl/doc/man7/
H A DEVP_PKEY-RSA.pod199 For RSA keys, L<EVP_PKEY_public_check(3)> conforms to the SP800-56Br1 I<public key
207 For RSA keys, L<EVP_PKEY_private_check(3)> conforms to the SP800-56Br1
211 SP800-56Br1 I<KeyPair Validation check> for the OpenSSL FIPS provider. The
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp9162 auto *Br1 = cast<BranchInst>(BB.getTerminator()); in splitBranchCondition() local
9163 if (Br1->getMetadata(LLVMContext::MD_unpredictable)) in splitBranchCondition()
9201 Br1->setCondition(Cond1); in splitBranchCondition()
9207 Br1->setSuccessor(0, TmpBB); in splitBranchCondition()
9209 Br1->setSuccessor(1, TmpBB); in splitBranchCondition()
9262 if (extractBranchWeights(*Br1, TrueWeight, FalseWeight)) { in splitBranchCondition()
9266 Br1->setMetadata(LLVMContext::MD_prof, in splitBranchCondition()
9267 MDBuilder(Br1->getContext()) in splitBranchCondition()
9269 hasBranchWeightOrigin(*Br1))); in splitBranchCondition()
9298 if (extractBranchWeights(*Br1, TrueWeight, FalseWeight)) { in splitBranchCondition()
[all …]