Searched refs:PredHasWeights (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/contrib/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp802 bool PredHasWeights = HasBranchWeights(PTI); local
805 if (PredHasWeights) {
809 PredHasWeights = SuccHasWeights = false;
821 PredHasWeights = SuccHasWeights = false;
822 } else if (PredHasWeights)
836 if (PredHasWeights || SuccHasWeights) {
861 if (SuccHasWeights || PredHasWeights) {
870 if (SuccHasWeights || PredHasWeights) {
888 if (PredHasWeights || SuccHasWeights) {
904 if (PredHasWeights || SuccHasWeight
2176 bool PredHasWeights = ExtractBranchMetadata(PBI, PredTrueWeight, local
2432 bool PredHasWeights = ExtractBranchMetadata(PBI, PredTrueWeight, local
[all...]

Completed in 48 milliseconds