llvm-6502/include
Jakob Stoklund Olesen 7c5c12bd4d Add an iplist::clearAndLeakNodesUnsafely() function.
The iplist::clear() function can be quite expensive because it traverses
the entire list, calling deleteNode() and removeNodeFromList() on each
element. If node destruction and deallocation can be handled some other
way, clearAndLeakNodesUnsafely() can be used to jettison all nodes
without bringing them into cache.

The function name is meant to be ominous.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171540 91177308-0d34-0410-b5e6-96231b3b80d8
2013-01-04 22:35:42 +00:00
..
llvm Add an iplist::clearAndLeakNodesUnsafely() function. 2013-01-04 22:35:42 +00:00
llvm-c Move all of the header files which are involved in modelling the LLVM IR 2013-01-02 11:36:10 +00:00