Searched refs:BackedgeTakenWeight (Results 1 – 1 of 1) sorted by relevance
717 uint64_t BackedgeTakenWeight, LatchExitWeight; in getLoopEstimatedTripCount() local718 if (!LatchBR->extractProfMetadata(BackedgeTakenWeight, LatchExitWeight)) in getLoopEstimatedTripCount()722 std::swap(BackedgeTakenWeight, LatchExitWeight); in getLoopEstimatedTripCount()724 if (!BackedgeTakenWeight || !LatchExitWeight) in getLoopEstimatedTripCount()729 return llvm::divideNearest(BackedgeTakenWeight, LatchExitWeight); in getLoopEstimatedTripCount()