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.cpp3876 bool *MovedAway = nullptr);
5149 bool *MovedAway) { in matchOperationAddr() argument
5155 if (MovedAway) in matchOperationAddr()
5156 *MovedAway = false; in matchOperationAddr()
5394 if (MovedAway) in matchOperationAddr()
5395 *MovedAway = true; in matchOperationAddr()
5472 bool MovedAway = false; in matchAddr() local
5473 if (matchOperationAddr(I, I->getOpcode(), Depth, &MovedAway)) { in matchAddr()
5476 if (MovedAway) in matchAddr()