llvm-project/llvm/include
Fiona Glaser e25b06fa23 Scheduler / Regalloc: use unique_ptr[] instead of std::vector
vector.resize() is significantly slower than memset in many STLs
and the cost of initializing these vectors is significant on targets
with many registers. Since we don't need the overhead of a vector,
use a simple unique_ptr instead.

llvm-svn: 254526
2015-12-02 18:32:59 +00:00
..
llvm Scheduler / Regalloc: use unique_ptr[] instead of std::vector 2015-12-02 18:32:59 +00:00
llvm-c [IR] Add support for empty tokens 2015-11-11 21:57:16 +00:00