Lines Matching refs:CanOutlineWithPrevInstr
148 MachineBasicBlock::iterator &It, bool &CanOutlineWithPrevInstr, in mapToLegalUnsigned()
158 if (CanOutlineWithPrevInstr) in mapToLegalUnsigned()
160 CanOutlineWithPrevInstr = true; in mapToLegalUnsigned()
201 MachineBasicBlock::iterator &It, bool &CanOutlineWithPrevInstr, in mapToIllegalUnsigned()
205 CanOutlineWithPrevInstr = false; in mapToIllegalUnsigned()
264 bool CanOutlineWithPrevInstr = false; in convertToUnsignedVec() local
275 mapToIllegalUnsigned(It, CanOutlineWithPrevInstr, UnsignedVecForMBB, in convertToUnsignedVec()
280 mapToLegalUnsigned(It, CanOutlineWithPrevInstr, HaveLegalRange, in convertToUnsignedVec()
285 mapToLegalUnsigned(It, CanOutlineWithPrevInstr, HaveLegalRange, in convertToUnsignedVec()
289 mapToIllegalUnsigned(It, CanOutlineWithPrevInstr, UnsignedVecForMBB, in convertToUnsignedVec()
308 mapToIllegalUnsigned(It, CanOutlineWithPrevInstr, UnsignedVecForMBB, in convertToUnsignedVec()