Searched refs:EL1 (Results 1 – 3 of 3) sorted by relevance
26 EL1: 0, property
312 EL1: 0, property
7286 ExitLimit EL1 = computeExitLimitFromCondCached( in computeExitLimitFromCondImpl() local7291 return CI->isOne() ? EL0 : EL1; in computeExitLimitFromCondImpl()7293 return CI->isOne() ? EL1 : EL0; in computeExitLimitFromCondImpl()7300 EL1.ExactNotTaken == getCouldNotCompute()) in computeExitLimitFromCondImpl()7304 getUMinFromMismatchedTypes(EL0.ExactNotTaken, EL1.ExactNotTaken); in computeExitLimitFromCondImpl()7306 MaxBECount = EL1.MaxNotTaken; in computeExitLimitFromCondImpl()7307 else if (EL1.MaxNotTaken == getCouldNotCompute()) in computeExitLimitFromCondImpl()7311 getUMinFromMismatchedTypes(EL0.MaxNotTaken, EL1.MaxNotTaken); in computeExitLimitFromCondImpl()7315 if (EL0.MaxNotTaken == EL1.MaxNotTaken) in computeExitLimitFromCondImpl()7317 if (EL0.ExactNotTaken == EL1.ExactNotTaken) in computeExitLimitFromCondImpl()[all …]