Displaying 1 result from an estimated 1 matches for "v1inst".
Did you mean:
inst
2008 Aug 18
2
[LLVMdev] Flow-Sensitive AA
...ias(load, /* size */, store, /* size */);
because AliasAnalysis wouldn't know which operands we're interested in.
So does AliasAnalysis need an updated interface, something like:
virtual AliasResult alias(const Value *V1, unsigned V1Size,
const Instruction *V1Inst,
const Value *V2, unsigned V2Size,
const Instruction *V2Inst);
? Or am I missing something?
-Dave