Home
last modified time | relevance | path

Searched defs:createBranchWeights (Results 1 – 2 of 2) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/llvm/lib/IR/
HDMDBuilder.cpp37 MDNode *MDBuilder::createBranchWeights(uint32_t TrueWeight, in createBranchWeights() function in MDBuilder
52 MDNode *MDBuilder::createBranchWeights(ArrayRef<uint32_t> Weights, in createBranchWeights() function in MDBuilder
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
HDIndirectCallPromotion.cpp598 static MDNode *createBranchWeights(LLVMContext &Context, uint64_t TrueWeight, in createBranchWeights() function