Home
last modified time | relevance | path

Searched refs:CanOutlineWithPrevInstr (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineOutliner.cpp148 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()
[all …]