Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfoImpl.h488 void computeLoopScale(LoopData &Loop);
1321 computeLoopScale(Loop);
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DBlockFrequencyInfoImpl.cpp387 void BlockFrequencyInfoImplBase::computeLoopScale(LoopData &Loop) { in computeLoopScale() function in BlockFrequencyInfoImplBase