Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineBlockPlacement.cpp476 BlockFrequency &ExitFreq);
481 BlockFrequency ExitFreq, const BlockFilterSet &LoopBlockSet);
2109 BlockFrequency &ExitFreq) { in findBestLoopExit() argument
2220 ExitFreq = BestExitEdgeFreq; in findBestLoopExit()
2265 BlockFrequency ExitFreq, in rotateLoop() argument
2293 if (FallThrough2Top >= ExitFreq) in rotateLoop()
2401 auto ExitFreq = MBFI->getBlockFreq(BB) * LargestExitEdgeProb; in rotateLoopWithProfile() local
2402 ExitsWithFreq.emplace_back(BB, ExitFreq); in rotateLoopWithProfile()
2555 BlockFrequency ExitFreq; in buildLoopChains() local
2557 PreferredLoopExit = findBestLoopExit(L, LoopBlockSet, ExitFreq); in buildLoopChains()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DCodeExtractor.cpp1357 uint64_t ExitFreq = ExitWeights[TI->getSuccessor(i)].getFrequency(); in calculateNewCallTerminatorWeights() local
1358 if (ExitFreq != 0) in calculateNewCallTerminatorWeights()
1359 BranchDist.addExit(ExitNode, ExitFreq); in calculateNewCallTerminatorWeights()
/external/llvm/lib/CodeGen/
DMachineBlockPlacement.cpp1173 auto ExitFreq = MBFI->getBlockFreq(BB) * LargestExitEdgeProb; in rotateLoopWithProfile() local
1174 ExitsWithFreq.emplace_back(BB, ExitFreq); in rotateLoopWithProfile()