Searched refs:isPCOk (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DThumb2SizeReduction.cpp376 bool isPCOk = (Opc == ARM::t2LDMIA_RET || Opc == ARM::t2LDMIA_UPD); local
378 bool isSPOk = isPCOk || isLROk;
386 if (isPCOk && Reg == ARM::PC)

Completed in 111 milliseconds