Searched refs:PredCmpValue (Results 1 – 1 of 1) sorted by relevance
160 int PredCmpValue = PredMBBInfo->CmpValue; in findPath() local161 bool ValueCmpTrue = ((CmpValue < PredCmpValue && CC == X86::COND_L) || in findPath()162 (CmpValue > PredCmpValue && CC == X86::COND_G) || in findPath()163 (CmpValue == PredCmpValue && CC == X86::COND_E)); in findPath()172 if ((CmpValue == PredCmpValue) || in findPath()173 (CmpValue == PredCmpValue - 1 && CC == X86::COND_L) || in findPath()174 (CmpValue == PredCmpValue + 1 && CC == X86::COND_G)) in findPath()