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 120 bool canGetThrough(const Instruction *Inst);
157 bool AArch64AddressTypePromotion::canGetThrough(const Instruction *Inst) {
235 // (see canGetThrough) to move sext through var's definition:
275 if (!canGetThrough(Inst) || !shouldGetThrough(Inst)) {
462 } while (Inst && canGetThrough(Inst) && shouldGetThrough(Inst));
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp     [all...]

Completed in 92 milliseconds