Home
last modified time | relevance | path

Searched refs:HasBranchWeights (Results 1 – 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp1013 static inline bool HasBranchWeights(const Instruction *I) { in HasBranchWeights() function
1140 bool PredHasWeights = HasBranchWeights(PTI); in PerformValueComparisonIntoPredecessorFolding()
1141 bool SuccHasWeights = HasBranchWeights(TI); in PerformValueComparisonIntoPredecessorFolding()
3970 bool HasWeights = HasBranchWeights(SI); in SimplifySwitchOnSelect()
4830 if (HasBranchWeights(SI)) { in TurnSwitchRangeIntoICmp()