Speed up the AllocationOrder class a bit.
authorJakob Stoklund Olesen <stoklund@2pi.dk>
Tue, 4 Dec 2012 22:25:16 +0000 (22:25 +0000)
committerJakob Stoklund Olesen <stoklund@2pi.dk>
Tue, 4 Dec 2012 22:25:16 +0000 (22:25 +0000)
commit3cb2cb800ff6bc19ed4e066af47b0b9994cf13c4
treefc12200e74d149b63f9891a913a7d37373cb87a2
parente71ce976894e809029ba3cb24eb1a60939fdfba6
Speed up the AllocationOrder class a bit.

Allow the central functions to be inlined, and use the argumentless
isHint() function when possible.

llvm-svn: 169319
llvm/lib/CodeGen/AllocationOrder.cpp
llvm/lib/CodeGen/AllocationOrder.h
llvm/lib/CodeGen/RegAllocGreedy.cpp