Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUnrollRuntime.cpp401 uint32_t BackEdgeWeight; in CloneLoopBlocks() local
407 BackEdgeWeight = (Count - 2) / 2; in CloneLoopBlocks()
412 BackEdgeWeight = 0; in CloneLoopBlocks()
415 BranchWeights = MDB.createBranchWeights(BackEdgeWeight, ExitWeight); in CloneLoopBlocks()