Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Analysis/
H A DBlockFrequencyInfoImpl.cpp347 Dist.addExit(Resolved, Weight); in addToDist()
/src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfoImpl.h398 void addExit(const BlockNode &Node, uint64_t Amount) { in addExit() function
/src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp1496 BranchDist.addExit(ExitNode, ExitFreq); in calculateNewCallTerminatorWeights()