summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/TargetSchedule.cpp
diff options
context:
space:
mode:
authorMark Lacey <mark.lacey@apple.com>2013-08-14 23:50:11 +0000
committerMark Lacey <mark.lacey@apple.com>2013-08-14 23:50:11 +0000
commitc3f912b945ce6813e874b7a11c29ea2b3f2b54ff (patch)
tree35d834d1591c0e8236be8e88d7463ebed5c4ee87 /llvm/lib/CodeGen/TargetSchedule.cpp
parentf367cd9239fd5376c63d9dad63eadf1fa956b53b (diff)
downloadbcm5719-llvm-c3f912b945ce6813e874b7a11c29ea2b3f2b54ff.tar.gz
bcm5719-llvm-c3f912b945ce6813e874b7a11c29ea2b3f2b54ff.zip
Add the MachineInstrSpan class.
MachineInstrSpan is initialized with a MachineBasicBlock::iterator, and is intended to track which instructions are inserted before/after that instruction from the time the MachineInstrSpan is created. It provides a begin()/end() interface to walk the range of instructions inserted around the initial instruction (including that initial instruction). It also provides a getInitial() interface to return the initial iterator. llvm-svn: 188436
Diffstat (limited to 'llvm/lib/CodeGen/TargetSchedule.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud