Home
last modified time | relevance | path

Searched defs:FalseWeight (Results 1 – 8 of 8) sorted by relevance

/llvm-project/llvm/lib/CodeGen/
H A DSelectOptimize.cpp961 uint64_t TrueWeight, FalseWeight, TotalWeight; hasExpensiveColdOperand() local
1081 uint64_t TrueWeight, FalseWeight; isSelectHighlyPredictable() local
1291 uint64_t TrueWeight, FalseWeight; getPredictedPathCost() local
[all...]
H A DCodeGenPrepare.cpp6994 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 DMDBuilder.cpp38 uint32_t FalseWeight, bool IsExpected) { in createBranchWeights() argument
/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DIndirectCallPromotion.cpp599 createBranchWeights(LLVMContext & Context,uint64_t TrueWeight,uint64_t FalseWeight) createBranchWeights() argument
H A DControlHeightReduction.cpp585 uint64_t FalseWeight; extractBranchProbabilities() local
/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp379 !extractBranchWeights(*BI, TrueWeight, FalseWeight)) in isHardwareLoopProfitable() local
/llvm-project/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp2779 (TrueWeight + FalseWeight) ! in unfoldSelectInstr() local
154 uint64_t TrueWeight, FalseWeight; updatePredecessorProfileMetadata() local
[all...]
/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp878 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...]