Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopPeel.cpp666 const SmallVector<uint32_t> SubWeights; member
684 for (auto [Idx, SubWeight] : enumerate(Info.SubWeights)) in updateBranchWeights()
722 SmallVector<uint32_t> SubWeights; in initBranchWeights() local
726 SubWeights.push_back(0); in initBranchWeights()
733 SubWeights.push_back((uint32_t)(ExitWeights * W)); in initBranchWeights()
736 WeightInfos.insert({Term, {std::move(Weights), std::move(SubWeights)}}); in initBranchWeights()