Searched defs:FalseWeight (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | SelectOptimize.cpp | 961 uint64_t TrueWeight, FalseWeight, TotalWeight; in hasExpensiveColdOperand() local 1081 uint64_t TrueWeight, FalseWeight; in isSelectHighlyPredictable() local 1291 uint64_t TrueWeight, FalseWeight; in getPredictedPathCost() local
|
H A D | CodeGenPrepare.cpp | 6994 uint64_t TrueWeight, FalseWeight; in isFormingBranchFromSelectProfitable() local 8861 uint64_t TrueWeight, FalseWeight; in splitBranchCondition() local 8897 uint64_t TrueWeight, FalseWeight; in splitBranchCondition() local
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | MDBuilder.cpp | 38 uint32_t FalseWeight, bool IsExpected) { in createBranchWeights()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | IndirectCallPromotion.cpp | 599 uint64_t FalseWeight) { in createBranchWeights()
|
H A D | ControlHeightReduction.cpp | 585 uint64_t FalseWeight; in extractBranchProbabilities() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCTargetTransformInfo.cpp | 379 uint64_t TrueWeight = 0, FalseWeight = 0; in isHardwareLoopProfitable() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | JumpThreading.cpp | 154 uint64_t TrueWeight, FalseWeight; in updatePredecessorProfileMetadata() local 2779 uint64_t FalseWeight = 1; in unfoldSelectInstr() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | SimplifyCFG.cpp | 878 uint32_t FalseWeight, bool IsExpected) { in setBranchWeights() 4620 uint32_t FalseWeight) { in SimplifyTerminatorOnSelect() 4711 uint32_t TrueWeight = 0, FalseWeight = 0; in SimplifySwitchOnSelect() local 5599 uint64_t FalseWeight = 0; in TurnSwitchRangeIntoICmp() local
|