search for: functionhandl

Displaying 1 result from an estimated 1 matches for "functionhandl".

Did you mean: functionhandle
2018 May 22
1
CFLAndersAliasAnalysis print implementation
...ng something, but I don't know what. To be absolutely clear, a Result is calculated of type: std::unique_ptr<CFLAndersAAResult> Result; And CFLAndersAAResult contains member fields: DenseMap<const Function *, Optional<FunctionInfo>> Cache; std::forward_list<cflaa::FunctionHandle<CFLAndersAAResult>> Handles; The DenseMap Cache is empty, and so is Handles. I can do -print-alias-sets, and that prints something, but I don't think it's the result of the Andersen analysis. Because when I do commands with --cfl-anders-aa taken out, I still get the same alias s...