Lines Matching defs:MovedAway
3539 bool *MovedAway = nullptr);
4803 /// If \p MovedAway is not NULL, it contains the information of whether or
4805 /// If \p MovedAway == true, \p AddrInst will not be part of the addressing
4809 /// Therefore, AddrInst may not be valid when MovedAway is true and it must
4813 bool *MovedAway) {
4819 if (MovedAway)
4820 *MovedAway = false;
5058 if (MovedAway)
5059 *MovedAway = true;
5127 bool MovedAway = false;
5128 if (matchOperationAddr(I, I->getOpcode(), Depth, &MovedAway)) {
5131 if (MovedAway)