Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineBlockPlacement.cpp2143 BlockFrequency &ExitFreq) { in findBestLoopExit()
2299 BlockFrequency ExitFreq, in rotateLoop()
2443 auto ExitFreq = MBFI->getBlockFreq(BB) * LargestExitEdgeProb; in rotateLoopWithProfile() local
2601 BlockFrequency ExitFreq; in buildLoopChains() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp1418 uint64_t ExitFreq = ExitWeights[TI->getSuccessor(i)].getFrequency(); in calculateNewCallTerminatorWeights() local