mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 11:42:57 +01:00
New file for new pass
llvm-svn: 2012
This commit is contained in:
parent
6e01190339
commit
9f9685197c
15
include/llvm/Transforms/IPO/PoolAllocate.h
Normal file
15
include/llvm/Transforms/IPO/PoolAllocate.h
Normal file
@ -0,0 +1,15 @@
|
||||
//===-- Transforms/IPO/PoolAllocate.h - Pool Allocation Pass -----*- C++ -*--=//
|
||||
//
|
||||
// This transform changes programs so that disjoint data structures are
|
||||
// allocated out of different pools of memory, increasing locality and shrinking
|
||||
// pointer size.
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef LLVM_TRANSFORM_IPO_POOLALLOCATE_H
|
||||
#define LLVM_TRANSFORM_IPO_POOLALLOCATE_H
|
||||
|
||||
class Pass;
|
||||
Pass *createPoolAllocatePass();
|
||||
|
||||
#endif
|
Loading…
Reference in New Issue
Block a user