Home
last modified time | relevance | path

Searched defs:ExitFreq (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineBlockPlacement.cpp2214 BlockFrequency &ExitFreq) { in findBestLoopExit()
2370 BlockFrequency ExitFreq, in rotateLoop()
2514 auto ExitFreq = MBFI->getBlockFreq(BB) * LargestExitEdgeProb; in rotateLoopWithProfile() local
2671 BlockFrequency ExitFreq; in buildLoopChains() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp1494 uint64_t ExitFreq = ExitWeights[TI->getSuccessor(i)].getFrequency(); in calculateNewCallTerminatorWeights() local