Lines Matching refs:CanOutlineWithPrevInstr
648 MachineBasicBlock::iterator &It, bool &CanOutlineWithPrevInstr, in mapToLegalUnsigned()
658 if (CanOutlineWithPrevInstr) in mapToLegalUnsigned()
660 CanOutlineWithPrevInstr = true; in mapToLegalUnsigned()
701 bool &CanOutlineWithPrevInstr, std::vector<unsigned> &UnsignedVecForMBB, in mapToIllegalUnsigned()
704 CanOutlineWithPrevInstr = false; in mapToIllegalUnsigned()
763 bool CanOutlineWithPrevInstr = false; in convertToUnsignedVec() local
774 mapToIllegalUnsigned(It, CanOutlineWithPrevInstr, in convertToUnsignedVec()
779 mapToLegalUnsigned(It, CanOutlineWithPrevInstr, HaveLegalRange, in convertToUnsignedVec()
784 mapToLegalUnsigned(It, CanOutlineWithPrevInstr, HaveLegalRange, in convertToUnsignedVec()
788 mapToIllegalUnsigned(It, CanOutlineWithPrevInstr, UnsignedVecForMBB, in convertToUnsignedVec()
807 mapToIllegalUnsigned(It, CanOutlineWithPrevInstr, UnsignedVecForMBB, in convertToUnsignedVec()