Home
last modified time | relevance | path

Searched refs:MovedAway (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp3539 bool *MovedAway = nullptr);
4813 bool *MovedAway) { in matchOperationAddr() argument
4819 if (MovedAway) in matchOperationAddr()
4820 *MovedAway = false; in matchOperationAddr()
5058 if (MovedAway) in matchOperationAddr()
5059 *MovedAway = true; in matchOperationAddr()
5127 bool MovedAway = false; in matchAddr() local
5128 if (matchOperationAddr(I, I->getOpcode(), Depth, &MovedAway)) { in matchAddr()
5131 if (MovedAway) in matchAddr()