Displaying 1 result from an estimated 1 matches for "allocidentify".
2011 Aug 16
0
[LLVMdev] llvm-poolalloc DSA patch: code cleanups and thread safety
...re information
> about the DSNode (e.g., in the Bottom-Up DSA pass, DSA hasn't propagated
> information from callers to callees, so function arguments are marked
> incomplete). The External flag allows us to distinguish between these two
> cases.
>
>
>
>
> (2) Is the AllocIdentify pass specific to poolalloc? i.e., if I'm using
> DSA as a general purpose alias analysis, is the AllocIdentify pass useful?
>
>
> I think AllocIdentify is a general analysis pass that can be used by
> anybody. That said, I don't know if DSA is using it or not. I'd have...