Searched refs:shouldExpandForMC (Results 1 – 2 of 2) sorted by relevance
105 if (shouldExpandForMC()) in expandCheckPseudo()144 if (shouldExpandForMC()) in expandTIIFunctionCall()167 OS << (shouldExpandForMC() ? MCInstFn : MachineInstrFn) in expandCheckFunctionPredicate()173 if (shouldExpandForMC()) in expandCheckNonPortable()
43 bool shouldExpandForMC() const { return ExpandForMC; } in shouldExpandForMC() function