/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | BlockFrequencyInfoImpl.cpp | 164 static void combineWeightsBySorting(WeightList &Weights) { in combineWeightsBySorting() 185 static void combineWeightsByHashing(WeightList &Weights) { in combineWeightsByHashing() 204 static void combineWeights(WeightList &Weights) { in combineWeights()
|
H A D | BranchProbabilityInfo.cpp | 329 SmallVector<uint32_t, 2> Weights; in calcMetadataWeights() local 622 SmallVector<uint32_t, 4> Weights; in getMaxEstimatedEdgeWeight() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CGStmt.cpp | 839 llvm::MDNode *Weights = in EmitWhileStmt() local 1019 llvm::MDNode *Weights = in EmitForStmt() local 1104 llvm::MDNode *Weights = in EmitCXXForRangeStmt() local 1371 llvm::MDNode *Weights = nullptr; in EmitCaseStmtRange() local
|
H A D | CGDeclCXX.cpp | 346 llvm::MDNode *Weights; in EmitCXXGuardedInitBranch() local
|
H A D | CodeGenFunction.cpp | 1789 llvm::MDNode *Weights = nullptr; in EmitBranchOnBoolExpr() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
H A D | LowerExpectIntrinsic.cpp | 99 SmallVector<uint32_t, 16> Weights(n + 1, UnlikelyBranchWeightVal); in handleSwitchExpect() local
|
H A D | JumpThreading.cpp | 299 SmallVector<uint32_t, 2> Weights; in updatePredecessorProfileMetadata() local 2589 SmallVector<uint32_t, 4> Weights; in updateBlockFreqAndEdgeWeight() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | StackProtector.cpp | 557 MDNode *Weights = MDBuilder(F->getContext()) in InsertStackProtectors() local
|
H A D | SafeStack.cpp | 478 MDNode *Weights = MDBuilder(F.getContext()) in checkStackGuard() local
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/ |
H A D | FuzzerCorpus.h | 300 Vector<double> Weights; variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
H A D | MDBuilder.cpp | 42 MDNode *MDBuilder::createBranchWeights(ArrayRef<uint32_t> Weights) { in createBranchWeights()
|
H A D | Instructions.cpp | 4139 SmallVector<uint32_t, 8> Weights; in init() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
H A D | BlockFrequencyInfoImpl.h | 381 WeightList Weights; ///< Individual successor weights. member
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
H A D | SimplifyCFG.cpp | 820 static void setBranchWeights(SwitchInst *SI, ArrayRef<uint32_t> Weights) { in setBranchWeights() 1032 SmallVectorImpl<uint64_t> &Weights) { in GetBranchWeights() 1052 static void FitWeights(MutableArrayRef<uint64_t> Weights) { in FitWeights() 1135 SmallVector<uint64_t, 8> Weights; in PerformValueComparisonIntoPredecessorFolding() local 4022 SmallVector<uint64_t, 8> Weights; in SimplifySwitchOnSelect() local 4956 SmallVector<uint64_t, 8> Weights; in TurnSwitchRangeIntoICmp() local
|
H A D | Local.cpp | 222 SmallVector<uint32_t, 8> Weights; in ConstantFoldTerminator() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
H A D | IRBuilder.h | 933 InstTy *addBranchMetadata(InstTy *I, MDNode *Weights, MDNode *Unpredictable) { in addBranchMetadata()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ |
H A D | SampleProfile.cpp | 1518 SmallVector<uint32_t, 4> Weights; in generateMDProfMetadata() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/ |
H A D | ControlHeightReduction.cpp | 1865 uint32_t Weights[] = { in fixupBranchesAndSelects() local
|
H A D | PGOInstrumentation.cpp | 2036 SmallVector<unsigned, 4> Weights; in setProfMetadata() local
|