llvm-6502/include/llvm/CodeGen
Jakob Stoklund Olesen eb9f040f0d Move more fragments of spill weight calculation into CalcSpillWeights.h
Simplify the spill weight calculation a bit by bypassing
getApproximateInstructionCount() and using LiveInterval::getSize() directly.
This changes the computed spill weights, but only by a constant factor in each
function. It should not affect how spill weights compare against each other, and
so it shouldn't affect code generation.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@125530 91177308-0d34-0410-b5e6-96231b3b80d8
2011-02-14 23:15:38 +00:00
..
PBQP
Analysis.h
AsmPrinter.h Add CFI directives-based frame information emission. Not hooked yet. 2011-01-14 21:57:53 +00:00
BinaryObject.h
CalcSpillWeights.h Move more fragments of spill weight calculation into CalcSpillWeights.h 2011-02-14 23:15:38 +00:00
CallingConvLower.h
EdgeBundles.h
FastISel.h
FunctionLoweringInfo.h
GCMetadata.h
GCMetadataPrinter.h
GCs.h
GCStrategy.h
IntrinsicLowering.h
ISDOpcodes.h fix thinko :) 2011-02-13 19:53:36 +00:00
JITCodeEmitter.h
LatencyPriorityQueue.h
LinkAllAsmWriterComponents.h
LinkAllCodegenComponents.h
LiveInterval.h Reapply this. 2011-02-03 06:18:29 +00:00
LiveIntervalAnalysis.h Move more fragments of spill weight calculation into CalcSpillWeights.h 2011-02-14 23:15:38 +00:00
LiveStackAnalysis.h Teach TargetRegisterInfo how to cram stack slot indexes in with the virtual and 2011-01-09 21:17:37 +00:00
LiveVariables.h
MachineBasicBlock.h Add LiveIntervals::getLastSplitPoint(). 2011-02-04 19:33:11 +00:00
MachineCodeEmitter.h
MachineCodeInfo.h
MachineConstantPool.h
MachineDominators.h
MachineFrameInfo.h Remove dead ivar. 2011-01-22 12:13:28 +00:00
MachineFunction.h Keep track of incoming argument's location while emitting LiveIns. 2011-01-31 21:38:14 +00:00
MachineFunctionAnalysis.h
MachineFunctionPass.h
MachineInstr.h
MachineInstrBuilder.h
MachineJumpTableInfo.h
MachineLocation.h Merge .debug_loc entries whenever possible to reduce debug_loc size. 2011-02-04 22:57:18 +00:00
MachineLoopInfo.h
MachineLoopRanges.h
MachineMemOperand.h
MachineModuleInfo.h
MachineModuleInfoImpls.h
MachineOperand.h
MachinePassRegistry.h
MachineRegisterInfo.h Keep track of incoming argument's location while emitting LiveIns. 2011-01-31 21:38:14 +00:00
MachineRelocation.h
MachineSSAUpdater.h
MachORelocation.h
ObjectCodeEmitter.h
Passes.h
ProcessImplicitDefs.h
PseudoSourceValue.h
RegAllocPBQP.h
RegAllocRegistry.h
RegisterCoalescer.h
RegisterScavenging.h
RuntimeLibcalls.h
ScheduleDAG.h Introducing a new method of tracking register pressure. We can't 2011-02-04 03:18:17 +00:00
ScheduleHazardRecognizer.h Convert -enable-sched-cycles and -enable-sched-hazard to -disable 2011-01-21 05:51:33 +00:00
SchedulerRegistry.h
ScoreboardHazardRecognizer.h
SelectionDAG.h fix two comment thinkos 2011-02-14 06:14:42 +00:00
SelectionDAGISel.h
SelectionDAGNodes.h
SlotIndexes.h Assert if anybody tries to put a slot index on a DBG_VALUE instruction. 2011-01-12 21:27:45 +00:00
TargetLoweringObjectFileImpl.h Delay the creation of eh_frame so that the user can change the defaults. 2011-01-23 05:43:40 +00:00
ValueTypes.h
ValueTypes.td