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.cpp402 uint32_t BackEdgeWeight; in CloneLoopBlocks() local
408 BackEdgeWeight = (Count - 2) / 2; in CloneLoopBlocks()
413 BackEdgeWeight = 0; in CloneLoopBlocks()
416 BranchWeights = MDB.createBranchWeights(BackEdgeWeight, ExitWeight); in CloneLoopBlocks()