Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:isInvariantLoad

1273   // destination. The check for isInvariantLoad gives the targe the chance to
1276 if (mayLoad() && !isInvariantLoad(AA))
1335 /// isInvariantLoad - Return true if this instruction is loading from a
1340 bool MachineInstr::isInvariantLoad(AliasAnalysis *AA) const {