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

/external/llvm/lib/Target/AArch64/
H A DAArch64AddressTypePromotion.cpp111 bool shouldGetThrough(const Instruction *Inst);
179 bool AArch64AddressTypePromotion::shouldGetThrough(const Instruction *Inst) { function in class:AArch64AddressTypePromotion
231 // while it is profitable (see shouldGetThrough), legal, and safe
272 if (!canGetThrough(Inst) || !shouldGetThrough(Inst)) {
459 } while (Inst && canGetThrough(Inst) && shouldGetThrough(Inst));

Completed in 132 milliseconds