Searched defs:AMBefore (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Utils/
H A DAddrModeMatcher.cpp503 IsProfitableToFoldIntoAddressingMode(Instruction *I, ExtAddrMode &AMBefore, argument
507 // AMBefore is the addressing mode before this instruction was folded into it,
510 // referenced by AMBefore: this is the set of values which folding in this
520 if (ValueAlreadyLiveAtInst(BaseReg, AMBefore.BaseReg, AMBefore.ScaledReg))
522 if (ValueAlreadyLiveAtInst(ScaledReg, AMBefore.BaseReg, AMBefore.ScaledReg))

Completed in 112 milliseconds