Searched refs:TBlock (Results 1 – 1 of 1) sorted by relevance
962 CriticalPathInfo TBlock{}; in shouldConvertIf() local989 if (Extra > TBlock.Extra) in shouldConvertIf()990 TBlock = {Extra, TDepth}; in shouldConvertIf()1014 const CriticalPathInfo Short = TBlock.Extra > FBlock.Extra ? FBlock : TBlock; in shouldConvertIf()1015 const CriticalPathInfo Long = TBlock.Extra > FBlock.Extra ? TBlock : FBlock; in shouldConvertIf()