/llvm-project/llvm/lib/CodeGen/ |
H A D | SelectOptimize.cpp | 961 uint64_t TrueWeight, FalseWeight, TotalWeight; hasExpensiveColdOperand() local 1081 uint64_t TrueWeight, FalseWeight; isSelectHighlyPredictable() local 1291 uint64_t TrueWeight, FalseWeight; getPredictedPathCost() local [all...] |
H A D | CodeGenPrepare.cpp | 6994 uint64_t TrueWeight, FalseWeight; isFormingBranchFromSelectProfitable() local 8861 uint64_t TrueWeight, FalseWeight; splitBranchCondition() local 8897 uint64_t TrueWeight, FalseWeight; splitBranchCondition() local [all...] |
/llvm-project/llvm/lib/IR/ |
H A D | MDBuilder.cpp | 38 uint32_t FalseWeight, bool IsExpected) { in createBranchWeights() argument
|
/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | IndirectCallPromotion.cpp | 599 createBranchWeights(LLVMContext & Context,uint64_t TrueWeight,uint64_t FalseWeight) createBranchWeights() argument
|
H A D | ControlHeightReduction.cpp | 585 uint64_t FalseWeight; extractBranchProbabilities() local
|
/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCTargetTransformInfo.cpp | 379 !extractBranchWeights(*BI, TrueWeight, FalseWeight)) in isHardwareLoopProfitable() local
|
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | JumpThreading.cpp | 2779 (TrueWeight + FalseWeight) ! in unfoldSelectInstr() local 154 uint64_t TrueWeight, FalseWeight; updatePredecessorProfileMetadata() local [all...] |
/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | SimplifyCFG.cpp | 878 setBranchWeights(Instruction * I,uint32_t TrueWeight,uint32_t FalseWeight,bool IsExpected) setBranchWeights() argument 4615 SimplifyTerminatorOnSelect(Instruction * OldTerm,Value * Cond,BasicBlock * TrueBB,BasicBlock * FalseBB,uint32_t TrueWeight,uint32_t FalseWeight) SimplifyTerminatorOnSelect() argument 4706 uint32_t TrueWeight = 0, FalseWeight = 0; SimplifySwitchOnSelect() local 5594 uint64_t FalseWeight = 0; TurnSwitchRangeIntoICmp() local [all...] |