Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DSelectOptimize.cpp961 uint64_t TrueWeight, FalseWeight, TotalWeight; in hasExpensiveColdOperand() local
1081 uint64_t TrueWeight, FalseWeight; in isSelectHighlyPredictable() local
1291 uint64_t TrueWeight, FalseWeight; in getPredictedPathCost() local
H A DCodeGenPrepare.cpp6994 uint64_t TrueWeight, FalseWeight; in isFormingBranchFromSelectProfitable() local
8861 uint64_t TrueWeight, FalseWeight; in splitBranchCondition() local
8897 uint64_t TrueWeight, FalseWeight; in splitBranchCondition() local
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DMDBuilder.cpp37 MDNode *MDBuilder::createBranchWeights(uint32_t TrueWeight, in createBranchWeights()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DIndirectCallPromotion.cpp598 static MDNode *createBranchWeights(LLVMContext &Context, uint64_t TrueWeight, in createBranchWeights()
H A DControlHeightReduction.cpp584 uint64_t TrueWeight; in extractBranchProbabilities() local
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp379 uint64_t TrueWeight = 0, FalseWeight = 0; in isHardwareLoopProfitable() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp154 uint64_t TrueWeight, FalseWeight; in updatePredecessorProfileMetadata() local
2778 uint64_t TrueWeight = 1; in unfoldSelectInstr() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp877 static void setBranchWeights(Instruction *I, uint32_t TrueWeight, in setBranchWeights()
4619 uint32_t TrueWeight, in SimplifyTerminatorOnSelect()
4711 uint32_t TrueWeight = 0, FalseWeight = 0; in SimplifySwitchOnSelect() local
5598 uint64_t TrueWeight = 0; in TurnSwitchRangeIntoICmp() local