Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonBlockRanges.cpp39 bool SbAE = (S < AE) || (S == AE && A.TiedEnd); // S-before-AE. in overlaps() local
41 if ((AS < S && SbAE) || (S < AS && ASbE)) in overlaps()