Searched refs:CanOutlineWithPrevInstr (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MachineOutliner.cpp | 196 MachineBasicBlock::iterator &It, bool &CanOutlineWithPrevInstr, in mapToLegalUnsigned() 206 if (CanOutlineWithPrevInstr) in mapToLegalUnsigned() 208 CanOutlineWithPrevInstr = true; in mapToLegalUnsigned() 251 MachineBasicBlock::iterator &It, bool &CanOutlineWithPrevInstr, in mapToIllegalUnsigned() 255 CanOutlineWithPrevInstr = false; in mapToIllegalUnsigned() 324 bool CanOutlineWithPrevInstr = false; in convertToUnsignedVec() local 347 mapToIllegalUnsigned(It, CanOutlineWithPrevInstr, UnsignedVecForMBB, in convertToUnsignedVec() 361 mapToIllegalUnsigned(It, CanOutlineWithPrevInstr, UnsignedVecForMBB, in convertToUnsignedVec() 366 mapToLegalUnsigned(It, CanOutlineWithPrevInstr, HaveLegalRange, in convertToUnsignedVec() 372 mapToLegalUnsigned(It, CanOutlineWithPrevInstr, HaveLegalRange, in convertToUnsignedVec() [all …]
|