Searched refs:AboveThres (Results 1 – 1 of 1) sorted by relevance
72 bool shouldBalignLoop(MachineBasicBlock &BB, bool AboveThres);89 bool AboveThres) { in shouldBalignLoop() argument128 else if (AboveThres) in shouldBalignLoop()164 bool AboveThres = EdgeFreq.getFrequency() > LoopEdgeThreshold; in attemptToBalignSmallLoop() local165 if (shouldBalignLoop(MBB, AboveThres)) { in attemptToBalignSmallLoop()