HomeSort by relevance Sort by last modified time
    Searched defs:liveout_iterator (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
MachineRegisterInfo.h 310 typedef std::vector<unsigned>::const_iterator liveout_iterator; typedef in class:llvm::MachineRegisterInfo
314 liveout_iterator liveout_begin() const { return LiveOuts.begin(); }
315 liveout_iterator liveout_end() const { return LiveOuts.end(); }
  /external/llvm/include/llvm/Object/
StackMapParser.h 195 typedef AccessorIterator<LiveOutAccessor> liveout_iterator; typedef in class:llvm::StackMapV1Parser::LocationKind::RecordAccessor
248 liveout_iterator liveouts_begin() const {
249 return liveout_iterator(getLiveOut(0));
254 liveout_iterator liveouts_end() const {
255 return liveout_iterator(getLiveOut(getNumLiveOuts()));
259 iterator_range<liveout_iterator> liveouts() const {

Completed in 378 milliseconds