Home
last modified time | relevance | path

Searched refs:doInterBranch (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/bolt/include/bolt/Profile/
H A DDataAggregator.h267 bool doInterBranch(BinaryFunction *FromFunc, BinaryFunction *ToFunc,
/llvm-project-15.0.7/bolt/lib/Profile/
H A DDataAggregator.cpp737 bool DataAggregator::doInterBranch(BinaryFunction *FromFunc, in doInterBranch() function in DataAggregator
796 return doInterBranch(FromFunc, ToFunc, From, To, Count, Mispreds); in doBranch()