Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLoopUtils.cpp717 uint64_t BackedgeTakenWeight, LatchExitWeight; in getLoopEstimatedTripCount() local
718 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()