Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp896 static inline bool HasBranchWeights(const Instruction *I) { in HasBranchWeights() function
972 bool PredHasWeights = HasBranchWeights(PTI); in FoldValueComparisonIntoPredecessors()
973 bool SuccHasWeights = HasBranchWeights(TI); in FoldValueComparisonIntoPredecessors()
3087 bool HasWeights = HasBranchWeights(SI); in SimplifySwitchOnSelect()
3224 bool HasWeights = HasBranchWeights(SI); in TryToSimplifyUncondBranchWithICmpInIt()
3945 if (HasBranchWeights(SI)) { in TurnSwitchRangeIntoICmp()
4040 bool HasWeight = HasBranchWeights(SI); in EliminateDeadSwitchCases()