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

/external/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp801 bool PredHasWeights = HasBranchWeights(PTI); local
804 if (PredHasWeights) {
808 PredHasWeights = SuccHasWeights = false;
820 PredHasWeights = SuccHasWeights = false;
821 } else if (PredHasWeights)
835 if (PredHasWeights || SuccHasWeights) {
860 if (SuccHasWeights || PredHasWeights) {
869 if (SuccHasWeights || PredHasWeights) {
887 if (PredHasWeights || SuccHasWeights) {
903 if (PredHasWeights || SuccHasWeight
2183 bool PredHasWeights = ExtractBranchMetadata(PBI, PredTrueWeight, local
2456 bool PredHasWeights = ExtractBranchMetadata(PBI, PredTrueWeight, local
[all...]

Completed in 575 milliseconds