Searched defs:TrueWeight (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 | 38 MDNode *MDBuilder::createBranchWeights(uint32_t TrueWeight, in createBranchWeights()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | IndirectCallPromotion.cpp | 610 static MDNode *createBranchWeights(LLVMContext &Context, uint64_t TrueWeight, in createBranchWeights()
|
| H A D | ControlHeightReduction.cpp | 582 uint64_t TrueWeight; 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 2815 uint64_t TrueWeight = 1; in unfoldSelectInstr() local
|
| H A D | StructurizeCFG.cpp | 93 uint32_t TrueWeight; member in __anone8c890770111::CondBranchWeights
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | SimplifyCFG.cpp | 902 static void setBranchWeights(Instruction *I, uint32_t TrueWeight, in setBranchWeights() 4769 uint32_t TrueWeight, in simplifyTerminatorOnSelect() 4861 uint32_t TrueWeight = 0, FalseWeight = 0; in simplifySwitchOnSelect() local 5747 uint64_t TrueWeight = 0; in turnSwitchRangeIntoICmp() local
|