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

/external/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp2262 SmallVector<uint64_t, 8> NewWeights; local
2269 NewWeights.push_back(PredTrueWeight * SuccTrueWeight);
2274 NewWeights.push_back(PredFalseWeight * (SuccFalseWeight +
2286 NewWeights.push_back(PredTrueWeight * (SuccFalseWeight +
2289 NewWeights.push_back(PredFalseWeight * SuccFalseWeight);
2294 if (NewWeights.size() == 2) {
2296 FitWeights(NewWeights);
2298 SmallVector<uint32_t, 8> MDWeights(NewWeights.begin(),NewWeights.end());
2846 uint64_t NewWeights[ local
[all...]

Completed in 52 milliseconds