search for: getloadtoloaddep

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

Did you mean: getloadtoloaddeps
2015 Nov 03
2
Loop Load Elimination - RAR forward deps
...cking on LoopAccessInfo, that'll break everything else that depends on it, and if I scan the basic blocks for RAR dependency in LLE itself, it would be moving the logic away from its rightful place. I'm thinking of renaming getDependencies() to something like getStoreToLoadDeps() and add a getLoadToLoadDeps(). Does that seem reasonable? Or am I missing something obvious? cheers, --renato