Lines Matching defs:InstrRef
638 /// \param InstrRef Whether to operate in instruction referencing mode. If
642 bool collectDebugValues(MachineFunction &mf, bool InstrRef);
651 bool runOnMachineFunction(MachineFunction &mf, bool InstrRef);
897 "MIs should not refer to Virtual Registers in InstrRef mode.");
932 bool InstrRef) {
954 if (InstrRef && (MBBI->isNonListDebugValue() || MBBI->isDebugPHI() ||
1276 bool InstrRef) {
1283 bool Changed = collectDebugValues(mf, InstrRef);
1370 bool InstrRef = MF.useDebugInstrRef();
1371 PImpl->runOnMachineFunction(MF, InstrRef);