Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64PromoteConstant.cpp348 shouldConvert(Constant &C, in shouldConvert() function
558 if (!shouldConvert(*Cst, PromotionCache)) in runOnFunction()
H A DAArch64ConditionalCompares.cpp792 bool shouldConvert();
855 bool AArch64ConditionalCompares::shouldConvert() { in shouldConvert() function in AArch64ConditionalCompares
918 while (CmpConv.canConvert(MBB) && shouldConvert()) { in tryConvert()