Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonLoopAlign.cpp72 bool shouldBalignLoop(MachineBasicBlock &BB, bool AboveThres);
89 bool AboveThres) { in shouldBalignLoop() argument
128 else if (AboveThres) in shouldBalignLoop()
164 bool AboveThres = EdgeFreq.getFrequency() > LoopEdgeThreshold; in attemptToBalignSmallLoop() local
165 if (shouldBalignLoop(MBB, AboveThres)) { in attemptToBalignSmallLoop()