Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DMachineOutliner.cpp160 std::vector<unsigned> &UnsignedVecForMBB, in mapToLegalUnsigned()
190 UnsignedVecForMBB.push_back(MINumber); in mapToLegalUnsigned()
214 std::vector<unsigned> &UnsignedVecForMBB, in mapToIllegalUnsigned()
228 UnsignedVecForMBB.push_back(IllegalInstrNumber); in mapToIllegalUnsigned()
282 std::vector<unsigned> UnsignedVecForMBB; in convertToUnsignedVec() local
289 mapToIllegalUnsigned(It, CanOutlineWithPrevInstr, UnsignedVecForMBB, in convertToUnsignedVec()
295 NumLegalInBlock, UnsignedVecForMBB, InstrListForMBB); in convertToUnsignedVec()
300 NumLegalInBlock, UnsignedVecForMBB, InstrListForMBB); in convertToUnsignedVec()
303 mapToIllegalUnsigned(It, CanOutlineWithPrevInstr, UnsignedVecForMBB, in convertToUnsignedVec()
323 mapToIllegalUnsigned(It, CanOutlineWithPrevInstr, UnsignedVecForMBB, in convertToUnsignedVec()
[all …]