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

/freebsd-11.0-release/contrib/llvm/lib/Target/AArch64/
H A DAArch64AddressTypePromotion.cpp112 bool shouldGetThrough(const Instruction *Inst);
180 bool AArch64AddressTypePromotion::shouldGetThrough(const Instruction *Inst) { function in class:AArch64AddressTypePromotion
234 // while it is profitable (see shouldGetThrough), legal, and safe
275 if (!canGetThrough(Inst) || !shouldGetThrough(Inst)) {
462 } while (Inst && canGetThrough(Inst) && shouldGetThrough(Inst));

Completed in 91 milliseconds