/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 | 37 MDNode *MDBuilder::createBranchWeights(uint32_t TrueWeight, in createBranchWeights() argument
|
/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | IndirectCallPromotion.cpp | 598 createBranchWeights(LLVMContext & Context,uint64_t TrueWeight,uint64_t FalseWeight) createBranchWeights() argument
|
H A D | ControlHeightReduction.cpp | 584 if (!extractBranchWeights(*I, TrueWeight, FalseWeight)) in 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 | 2778 if (extractBranchWeights(*SI, TrueWeight, FalseWeight) && in unfoldSelectInstr() local 154 uint64_t TrueWeight, FalseWeight; updatePredecessorProfileMetadata() local [all...] |
/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | SimplifyCFG.cpp | 877 setBranchWeights(Instruction * I,uint32_t TrueWeight,uint32_t FalseWeight,bool IsExpected) setBranchWeights() argument 4614 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 5593 uint64_t TrueWeight = 0; TurnSwitchRangeIntoICmp() local [all...] |