Searched refs:InsertedInstr (Results 1 – 2 of 2) sorted by relevance
32 State.InsertedInstr = nullptr; in setMF()56 void MachineIRBuilderBase::recordInsertion(MachineInstr *InsertedInstr) const { in recordInsertion()57 if (State.InsertedInstr) in recordInsertion()58 State.InsertedInstr(InsertedInstr); in recordInsertion()63 State.InsertedInstr = std::move(Inserted); in recordInsertions()67 State.InsertedInstr = nullptr; in stopRecordingInsertions()
53 std::function<void(MachineInstr *)> InsertedInstr; member157 void recordInsertion(MachineInstr *InsertedInstr) const;158 void recordInsertions(std::function<void(MachineInstr *)> InsertedInstr);