Lines Matching refs:CanOutlineWithPrevInstr
158 MachineBasicBlock::iterator &It, bool &CanOutlineWithPrevInstr, in mapToLegalUnsigned()
168 if (CanOutlineWithPrevInstr) in mapToLegalUnsigned()
170 CanOutlineWithPrevInstr = true; in mapToLegalUnsigned()
213 MachineBasicBlock::iterator &It, bool &CanOutlineWithPrevInstr, in mapToIllegalUnsigned()
217 CanOutlineWithPrevInstr = false; in mapToIllegalUnsigned()
278 bool CanOutlineWithPrevInstr = false; in convertToUnsignedVec() local
289 mapToIllegalUnsigned(It, CanOutlineWithPrevInstr, UnsignedVecForMBB, in convertToUnsignedVec()
294 mapToLegalUnsigned(It, CanOutlineWithPrevInstr, HaveLegalRange, in convertToUnsignedVec()
299 mapToLegalUnsigned(It, CanOutlineWithPrevInstr, HaveLegalRange, in convertToUnsignedVec()
303 mapToIllegalUnsigned(It, CanOutlineWithPrevInstr, UnsignedVecForMBB, in convertToUnsignedVec()
323 mapToIllegalUnsigned(It, CanOutlineWithPrevInstr, UnsignedVecForMBB, in convertToUnsignedVec()