HomeSort by: relevance | last modified time | path
    Searched refs:NewWeights (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp 3105 SmallVector<uint64_t, 8> NewWeights;
3111 NewWeights.push_back(PredTrueWeight * SuccTrueWeight);
3116 NewWeights.push_back(PredFalseWeight *
3124 NewWeights.push_back(PredTrueWeight * (SuccFalseWeight + SuccTrueWeight) +
3127 NewWeights.push_back(PredFalseWeight * SuccFalseWeight);
3131 FitWeights(NewWeights);
3133 SmallVector<uint32_t, 8> MDWeights(NewWeights.begin(), NewWeights.end());
3866 uint64_t NewWeights[2] = {PredCommon * (SuccCommon + SuccOther) +
3870 FitWeights(NewWeights);
    [all...]
Local.cpp 2152 auto NewWeights = uint32_t(TotalWeight) != TotalWeight
2155 NewCall->setMetadata(LLVMContext::MD_prof, NewWeights);

Completed in 29 milliseconds