Lines Matching refs:BlockExecWeight
125 enum class BlockExecWeight : std::uint32_t { enum
347 static_cast<uint32_t>(BlockExecWeight::UNREACHABLE)) in calcMetadataWeights()
736 ? static_cast<uint32_t>(BlockExecWeight::NORETURN) in getInitialEstimatedBlockWeight()
737 : static_cast<uint32_t>(BlockExecWeight::UNREACHABLE); in getInitialEstimatedBlockWeight()
744 return static_cast<uint32_t>(BlockExecWeight::UNWIND); in getInitialEstimatedBlockWeight()
750 return static_cast<uint32_t>(BlockExecWeight::COLD); in getInitialEstimatedBlockWeight()
792 if (LoopWeight <= static_cast<uint32_t>(BlockExecWeight::UNREACHABLE)) in computeEestimateBlockWeight()
793 LoopWeight = static_cast<uint32_t>(BlockExecWeight::LOWEST_NON_ZERO); in computeEestimateBlockWeight()
852 Weight != static_cast<uint32_t>(BlockExecWeight::ZERO)) { in calcEstimatedHeuristics()
855 static_cast<uint32_t>(BlockExecWeight::LOWEST_NON_ZERO), in calcEstimatedHeuristics()
856 Weight.getValueOr(static_cast<uint32_t>(BlockExecWeight::DEFAULT)) / in calcEstimatedHeuristics()
862 Weight != static_cast<uint32_t>(BlockExecWeight::ZERO)) { in calcEstimatedHeuristics()
865 static_cast<uint32_t>(BlockExecWeight::LOWEST_NON_ZERO), in calcEstimatedHeuristics()
866 Weight.getValueOr(static_cast<uint32_t>(BlockExecWeight::DEFAULT)) / in calcEstimatedHeuristics()
874 Weight.getValueOr(static_cast<uint32_t>(BlockExecWeight::DEFAULT)); in calcEstimatedHeuristics()
895 if (SuccWeights[Idx] == static_cast<uint32_t>(BlockExecWeight::ZERO)) in calcEstimatedHeuristics()
897 static_cast<uint32_t>(BlockExecWeight::LOWEST_NON_ZERO); in calcEstimatedHeuristics()