Home
last modified time | relevance | path

Searched refs:PredCmpValue (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86CondBrFolding.cpp160 int PredCmpValue = PredMBBInfo->CmpValue; in findPath() local
161 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()