Lines Matching refs:InstrListForMBB
169 SmallVector<MachineBasicBlock::iterator> &InstrListForMBB) { in mapToLegalUnsigned()
185 InstrListForMBB.push_back(It); in mapToLegalUnsigned()
223 SmallVector<MachineBasicBlock::iterator> &InstrListForMBB) { in mapToIllegalUnsigned()
235 InstrListForMBB.push_back(It); in mapToIllegalUnsigned()
299 SmallVector<MachineBasicBlock::iterator> InstrListForMBB; in convertToUnsignedVec() local
318 InstrListForMBB); in convertToUnsignedVec()
332 InstrListForMBB); in convertToUnsignedVec()
338 InstrListForMBB); in convertToUnsignedVec()
344 InstrListForMBB); in convertToUnsignedVec()
348 InstrListForMBB); in convertToUnsignedVec()
371 InstrListForMBB); in convertToUnsignedVec()
373 append_range(InstrList, InstrListForMBB); in convertToUnsignedVec()