Searched defs:FalseWeight (Results 1 – 9 of 9) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | SelectOptimize.cpp | 1077 uint64_t TrueWeight, FalseWeight, TotalWeight; in hasExpensiveColdOperand() local 1197 uint64_t TrueWeight, FalseWeight; in isSelectHighlyPredictable() local 1418 uint64_t TrueWeight, FalseWeight; in getPredictedPathCost() local
|
| H A D | CodeGenPrepare.cpp | 7390 uint64_t TrueWeight, FalseWeight; in isFormingBranchFromSelectProfitable() local 9261 uint64_t TrueWeight, FalseWeight; in splitBranchCondition() local 9297 uint64_t TrueWeight, FalseWeight; in splitBranchCondition() local
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | MDBuilder.cpp | 39 uint32_t FalseWeight, bool IsExpected) { in createBranchWeights()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | IndirectCallPromotion.cpp | 611 uint64_t FalseWeight) { in createBranchWeights()
|
| H A D | ControlHeightReduction.cpp | 583 uint64_t FalseWeight; in extractBranchProbabilities() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCTargetTransformInfo.cpp | 382 uint64_t TrueWeight = 0, FalseWeight = 0; in isHardwareLoopProfitable() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | JumpThreading.cpp | 153 uint64_t TrueWeight, FalseWeight; in updatePredecessorProfileMetadata() local 2816 uint64_t FalseWeight = 1; in unfoldSelectInstr() local
|
| H A D | StructurizeCFG.cpp | 94 uint32_t FalseWeight; member in __anone8c890770111::CondBranchWeights
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | SimplifyCFG.cpp | 903 uint32_t FalseWeight, bool IsExpected) { in setBranchWeights() 4770 uint32_t FalseWeight) { in simplifyTerminatorOnSelect() 4861 uint32_t TrueWeight = 0, FalseWeight = 0; in simplifySwitchOnSelect() local 5748 uint64_t FalseWeight = 0; in turnSwitchRangeIntoICmp() local
|