Searched refs:MaxClearance (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/gnu/llvm/llvm/lib/CodeGen/
H A DBreakFalseDeps.cpp154 unsigned MaxClearance = 0; local
159 if (Clearance <= MaxClearance)
161 MaxClearance = Clearance;
164 if (MaxClearance > Pref)

Completed in 140 milliseconds