Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:Modified

141     /// True if CFG is modified in any way.
2094 /// The Instruction modified.
2183 /// Index of the modified instruction.
4132 /// \p I[in/out] the extension may be modified during the process if some
5033 llvm_unreachable("Did you modified shouldPromote and forgot to update "
5152 bool Modified = optimizeLoadExt(LI);
5154 Modified |= optimizeMemoryInst(I, I->getOperand(0), LI->getType(), AS);
5155 return Modified;