Searched refs:CanOutlineWithPrevInstr (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MachineOutliner.cpp | 173 MachineBasicBlock::iterator &It, bool &CanOutlineWithPrevInstr, in mapToLegalUnsigned() 183 if (CanOutlineWithPrevInstr) in mapToLegalUnsigned() 185 CanOutlineWithPrevInstr = true; in mapToLegalUnsigned() 228 MachineBasicBlock::iterator &It, bool &CanOutlineWithPrevInstr, in mapToIllegalUnsigned() 232 CanOutlineWithPrevInstr = false; in mapToIllegalUnsigned() 301 bool CanOutlineWithPrevInstr = false; in convertToUnsignedVec() local 324 mapToIllegalUnsigned(It, CanOutlineWithPrevInstr, UnsignedVecForMBB, in convertToUnsignedVec() 338 mapToIllegalUnsigned(It, CanOutlineWithPrevInstr, UnsignedVecForMBB, in convertToUnsignedVec() 343 mapToLegalUnsigned(It, CanOutlineWithPrevInstr, HaveLegalRange, in convertToUnsignedVec() 349 mapToLegalUnsigned(It, CanOutlineWithPrevInstr, HaveLegalRange, in convertToUnsignedVec() [all …]
|