Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:isInvariantLoad

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