Searched defs:Weights (Results 1 - 18 of 18) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DMisExpect.cpp96 void verifyMisExpect(Instruction *I, const SmallVector<uint32_t, 4> &Weights, argument
H A DLocal.cpp189 SmallVector<uint32_t, 8> Weights; local
H A DSimplifyCFG.cpp789 static void setBranchWeights(SwitchInst *SI, ArrayRef<uint32_t> Weights) { argument
990 static void FitWeights(MutableArrayRef<uint64_t> Weights) { argument
969 GetBranchWeights(Instruction *TI, SmallVectorImpl<uint64_t> &Weights) argument
1040 SmallVector<uint64_t, 8> Weights; local
3593 SmallVector<uint64_t, 8> Weights; local
4466 SmallVector<uint64_t, 8> Weights; local
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackProtector.cpp514 MDNode *Weights = MDBuilder(F->getContext()) local
H A DSafeStack.cpp471 MDNode *Weights = MDBuilder(F.getContext()) local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
H A DMDBuilder.cpp42 MDNode *MDBuilder::createBranchWeights(ArrayRef<uint32_t> Weights) { argument
H A DInstruction.cpp751 SmallVector<uint32_t, 1> Weights; local
H A DInstructions.cpp3920 SmallVector<uint32_t, 8> Weights; local
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDeclCXX.cpp311 llvm::MDNode *Weights; local
H A DCodeGenPGO.cpp1027 CodeGenFunction::createProfileWeights(ArrayRef<uint64_t> Weights) { argument
H A DCGStmt.cpp1239 llvm::MDNode *Weights = nullptr; local
H A DCodeGenFunction.cpp1653 llvm::MDNode *Weights = local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DBranchProbabilityInfo.cpp299 SmallVector<uint32_t, 2> Weights; local
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp1703 SmallVector<unsigned, 4> Weights; local
H A DControlHeightReduction.cpp1877 SmallVector<uint32_t, 2> Weights; local
1882 CHR_DEBUG(dbgs() << "CHR branch bias " << Weights[0] << ":" << Weights[1] local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp282 SmallVector<uint32_t, 2> Weights; local
2287 SmallVector<uint32_t, 4> Weights; local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp1568 SmallVector<uint32_t, 4> Weights; local
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DIRBuilder.h937 InstTy *addBranchMetadata(InstTy *I, MDNode *Weights, MDNode *Unpredictable) { argument

Completed in 338 milliseconds