OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:maxHeight
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachinePipeliner.cpp
1916
SUnit *
maxHeight
= nullptr;
1918
if (
maxHeight
== nullptr || getHeight(I) > getHeight(
maxHeight
))
1919
maxHeight
= I;
1920
else if (getHeight(I) == getHeight(
maxHeight
) &&
1921
getZeroLatencyHeight(I) > getZeroLatencyHeight(
maxHeight
))
1922
maxHeight
= I;
1923
else if (getHeight(I) == getHeight(
maxHeight
) &&
1925
getZeroLatencyHeight(
maxHeight
) &&
1926
getMOV(I) < getMOV(
maxHeight
))
[
all
...]
Completed in 17 milliseconds
Indexes created Sat Sep 12 00:25:55 UTC 2026