Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ConditionalCompares.cpp887 unsigned HeadDepth = in shouldConvert() local
891 LLVM_DEBUG(dbgs() << "Head depth: " << HeadDepth in shouldConvert()
893 if (CmpBBDepth > HeadDepth + DelayLimit) { in shouldConvert()
907 if (ResDepth > HeadDepth) { in shouldConvert()