HomeSort by relevance Sort by last modified time
    Searched refs:canGetThrough (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/AArch64/
AArch64AddressTypePromotion.cpp 117 bool canGetThrough(const Instruction *Inst);
154 bool AArch64AddressTypePromotion::canGetThrough(const Instruction *Inst) {
232 // (see canGetThrough) to move sext through var's definition:
272 if (!canGetThrough(Inst) || !shouldGetThrough(Inst)) {
459 } while (Inst && canGetThrough(Inst) && shouldGetThrough(Inst));
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp     [all...]

Completed in 746 milliseconds