Searched refs:SplitInst (Results 1 – 2 of 2) sorted by relevance
777 InstructionListType SplitInst; in splitInstructions() local781 SplitInst.push_back(Instructions.back()); in splitInstructions()784 std::reverse(SplitInst.begin(), SplitInst.end()); in splitInstructions()787 return SplitInst; in splitInstructions()
855 MachineBasicBlock *splitAt(MachineInstr &SplitInst, bool UpdateLiveIns = true,