Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp3316 bool *MovedAway = nullptr);
4590 bool *MovedAway) { in matchOperationAddr() argument
4596 if (MovedAway) in matchOperationAddr()
4597 *MovedAway = false; in matchOperationAddr()
4828 if (MovedAway) in matchOperationAddr()
4829 *MovedAway = true; in matchOperationAddr()
4888 bool MovedAway = false; in matchAddr() local
4889 if (matchOperationAddr(I, I->getOpcode(), Depth, &MovedAway)) { in matchAddr()
4892 if (MovedAway) in matchAddr()