Searched refs:CanOutlineWithPrevInstr (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MachineOutliner.cpp | 166 MachineBasicBlock::iterator &It, bool &CanOutlineWithPrevInstr, in mapToLegalUnsigned() 176 if (CanOutlineWithPrevInstr) in mapToLegalUnsigned() 178 CanOutlineWithPrevInstr = true; in mapToLegalUnsigned() 221 MachineBasicBlock::iterator &It, bool &CanOutlineWithPrevInstr, in mapToIllegalUnsigned() 225 CanOutlineWithPrevInstr = false; in mapToIllegalUnsigned() 294 bool CanOutlineWithPrevInstr = false; in convertToUnsignedVec() local 317 mapToIllegalUnsigned(It, CanOutlineWithPrevInstr, UnsignedVecForMBB, in convertToUnsignedVec() 331 mapToIllegalUnsigned(It, CanOutlineWithPrevInstr, UnsignedVecForMBB, in convertToUnsignedVec() 336 mapToLegalUnsigned(It, CanOutlineWithPrevInstr, HaveLegalRange, in convertToUnsignedVec() 342 mapToLegalUnsigned(It, CanOutlineWithPrevInstr, HaveLegalRange, in convertToUnsignedVec() [all …]
|