Searched refs:CriticalPathInfo (Results 1 – 1 of 1) sorted by relevance
1008 struct CriticalPathInfo { in shouldConvertIf() struct1012 CriticalPathInfo Cond{}; in shouldConvertIf()1013 CriticalPathInfo TBlock{}; in shouldConvertIf()1014 CriticalPathInfo FBlock{}; in shouldConvertIf()1064 const CriticalPathInfo Short = TBlock.Extra > FBlock.Extra ? FBlock : TBlock; in shouldConvertIf()1065 const CriticalPathInfo Long = TBlock.Extra > FBlock.Extra ? TBlock : FBlock; in shouldConvertIf()