Searched defs:liveout_iterator (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DMachineRegisterInfo.h446 typedef std::vector<unsigned>::const_iterator liveout_iterator; typedef in class:llvm::MachineRegisterInfo
450 liveout_iterator liveout_begin() const { return LiveOuts.begin(); }
451 liveout_iterator liveout_end() const { return LiveOuts.end(); }

Completed in 70 milliseconds