Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineOutliner.cpp150 std::vector<unsigned> &UnsignedVecForMBB, in mapToLegalUnsigned()
180 UnsignedVecForMBB.push_back(MINumber); in mapToLegalUnsigned()
202 std::vector<unsigned> &UnsignedVecForMBB, in mapToIllegalUnsigned()
216 UnsignedVecForMBB.push_back(IllegalInstrNumber); in mapToIllegalUnsigned()
268 std::vector<unsigned> UnsignedVecForMBB; in convertToUnsignedVec() local
275 mapToIllegalUnsigned(It, CanOutlineWithPrevInstr, UnsignedVecForMBB, in convertToUnsignedVec()
281 NumLegalInBlock, UnsignedVecForMBB, InstrListForMBB); in convertToUnsignedVec()
286 NumLegalInBlock, UnsignedVecForMBB, InstrListForMBB); in convertToUnsignedVec()
289 mapToIllegalUnsigned(It, CanOutlineWithPrevInstr, UnsignedVecForMBB, in convertToUnsignedVec()
308 mapToIllegalUnsigned(It, CanOutlineWithPrevInstr, UnsignedVecForMBB, in convertToUnsignedVec()
[all …]