Searched refs:AboveThres (Results 1 – 1 of 1) sorted by relevance
65 bool shouldBalignLoop(MachineBasicBlock &BB, bool AboveThres);82 bool AboveThres) { in shouldBalignLoop() argument121 else if (AboveThres) in shouldBalignLoop()157 bool AboveThres = EdgeFreq.getFrequency() > LoopEdgeThreshold; in attemptToBalignSmallLoop() local158 if (shouldBalignLoop(MBB, AboveThres)) { in attemptToBalignSmallLoop()