Home
last modified time | relevance | path

Searched defs:Weights (Results 1 – 16 of 16) sorted by relevance

/external/llvm/include/llvm/Analysis/
DBranchProbabilityInfo.h138 DenseMap<Edge, uint32_t> Weights; variable
/external/llvm/lib/Transforms/Scalar/
DLowerExpectIntrinsic.cpp60 SmallVector<uint32_t, 16> Weights(n + 1, UnlikelyBranchWeight); in handleSwitchExpect() local
DJumpThreading.cpp1651 SmallVector<uint32_t, 4> Weights; in UpdateBlockFreqAndEdgeWeight() local
/external/llvm/lib/Analysis/
DBlockFrequencyInfoImpl.cpp133 static void combineWeightsBySorting(WeightList &Weights) { in combineWeightsBySorting()
154 static void combineWeightsByHashing(WeightList &Weights) { in combineWeightsByHashing()
171 static void combineWeights(WeightList &Weights) { in combineWeights()
DBranchProbabilityInfo.cpp205 SmallVector<uint32_t, 2> Weights; in calcMetadataWeights() local
/external/llvm/lib/IR/
DMDBuilder.cpp42 MDNode *MDBuilder::createBranchWeights(ArrayRef<uint32_t> Weights) { in createBranchWeights()
/external/llvm/lib/CodeGen/
DStackProtector.cpp460 MDNode *Weights = MDBuilder(F->getContext()) in InsertStackProtectors() local
/external/llvm/unittests/IR/
DIRBuilderTest.cpp95 MDNode *Weights = MDBuilder(Ctx).createBranchWeights(42, 13); in TEST_F() local
/external/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp707 SmallVector<uint32_t, 8> Weights; in SimplifyEqualityComparisonWithOnlyPredecessor() local
814 SmallVectorImpl<uint64_t> &Weights) { in GetBranchWeights()
834 static void FitWeights(MutableArrayRef<uint64_t> Weights) { in FitWeights()
876 SmallVector<uint64_t, 8> Weights; in FoldValueComparisonIntoPredecessors() local
2971 SmallVector<uint64_t, 8> Weights; in SimplifySwitchOnSelect() local
3106 SmallVector<uint64_t, 8> Weights; in TryToSimplifyUncondBranchWithICmpInIt() local
3619 SmallVector<uint64_t, 8> Weights; in TurnSwitchRangeIntoICmp() local
3703 SmallVector<uint64_t, 8> Weights; in EliminateDeadSwitchCases() local
DLocal.cpp147 SmallVector<uint32_t, 8> Weights; in ConstantFoldTerminator() local
/external/llvm/lib/Transforms/Instrumentation/
DPGOInstrumentation.cpp655 SmallVector<unsigned, 4> Weights; in setBranchWeights() local
/external/llvm/lib/Transforms/IPO/
DSampleProfile.cpp1031 SmallVector<uint32_t, 4> Weights; in propagateWeights() local
/external/clang/lib/CodeGen/
DCodeGenPGO.cpp809 CodeGenFunction::createProfileWeights(ArrayRef<uint64_t> Weights) { in createProfileWeights()
DCGStmt.cpp1107 llvm::MDNode *Weights = nullptr; in EmitCaseStmtRange() local
DCodeGenFunction.cpp1300 llvm::MDNode *Weights = in EmitBranchOnBoolExpr() local
/external/llvm/include/llvm/IR/
DIRBuilder.h604 InstTy *addBranchMetadata(InstTy *I, MDNode *Weights, MDNode *Unpredictable) { in addBranchMetadata()