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.cpp749 const SmallVector<uint32_t> SubWeights; member
767 for (auto [Idx, SubWeight] : enumerate(Info.SubWeights)) in updateBranchWeights()
805 SmallVector<uint32_t> SubWeights; in initBranchWeights() local
809 SubWeights.push_back(0); in initBranchWeights()
816 SubWeights.push_back((uint32_t)(ExitWeights * W)); in initBranchWeights()
819 WeightInfos.insert({Term, {std::move(Weights), std::move(SubWeights)}}); in initBranchWeights()