search for: getaliassetforpointerifexists

Displaying 2 results from an estimated 2 matches for "getaliassetforpointerifexists".

2009 Aug 17
2
[LLVMdev] AliasSetTracker
...;getAliasSetForPointer(Pointer, Size, &New); After this call, New is true but AST->containsPointer(Pointer, Size) is false! Shouldn't it be true at this point? If I call again getAliasSetForPointer after resetting New, it remains false, as I expect it after the first call. But AST->getAliasSetForPointerIfExists(Pointer, Size) returns null. Again, shouldn't it return the same alias set as the first call? Am I misunderstanding something? This seems to work without optimizations or without -anders-aa. Using revision 79271 Best regards, Marcus -------------- next part -------------- An HTML attachment...
2009 Aug 18
0
[LLVMdev] AliasSetTracker
...); > > After this call, New is true > but AST->containsPointer(Pointer, Size) is false! Shouldn't it be > true at this point? > > If I call again getAliasSetForPointer after resetting New, it > remains false, as I expect it after the first call. > > But AST->getAliasSetForPointerIfExists(Pointer, Size) returns null. > Again, shouldn't it return the same alias set as the first call? > > Am I misunderstanding something? This seems to work without > optimizations or without -anders-aa. > > Using revision 79271 > > Best regards, > Marcus > ________...