Lines Matching refs:InstrListForMBB
651 std::vector<MachineBasicBlock::iterator> &InstrListForMBB) { in mapToLegalUnsigned()
667 InstrListForMBB.push_back(It); in mapToLegalUnsigned()
702 std::vector<MachineBasicBlock::iterator> &InstrListForMBB) { in mapToIllegalUnsigned()
714 InstrListForMBB.push_back(It); in mapToIllegalUnsigned()
768 std::vector<MachineBasicBlock::iterator> InstrListForMBB; in convertToUnsignedVec() local
775 UnsignedVecForMBB, InstrListForMBB); in convertToUnsignedVec()
780 NumLegalInBlock, UnsignedVecForMBB, InstrListForMBB); in convertToUnsignedVec()
785 NumLegalInBlock, UnsignedVecForMBB, InstrListForMBB); in convertToUnsignedVec()
789 InstrListForMBB); in convertToUnsignedVec()
808 InstrListForMBB); in convertToUnsignedVec()
809 InstrList.insert(InstrList.end(), InstrListForMBB.begin(), in convertToUnsignedVec()
810 InstrListForMBB.end()); in convertToUnsignedVec()