Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineOutliner.cpp161 std::vector<MachineBasicBlock::iterator> &InstrListForMBB) { in mapToLegalUnsigned()
177 InstrListForMBB.push_back(It); in mapToLegalUnsigned()
215 std::vector<MachineBasicBlock::iterator> &InstrListForMBB) { in mapToIllegalUnsigned()
227 InstrListForMBB.push_back(It); in mapToIllegalUnsigned()
283 std::vector<MachineBasicBlock::iterator> InstrListForMBB; in convertToUnsignedVec() local
290 InstrListForMBB); in convertToUnsignedVec()
295 NumLegalInBlock, UnsignedVecForMBB, InstrListForMBB); in convertToUnsignedVec()
300 NumLegalInBlock, UnsignedVecForMBB, InstrListForMBB); in convertToUnsignedVec()
304 InstrListForMBB); in convertToUnsignedVec()
324 InstrListForMBB); in convertToUnsignedVec()
[all …]