search for: tp33458451p33462761

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

2012 Mar 08
0
[LLVMdev] Alias analysis result
...> > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev > > -- View this message in context: http://old.nabble.com/Alias-analysis-result-tp33458451p33462761.html Sent from the LLVM - Dev mailing list archive at Nabble.com.
2012 Mar 07
3
[LLVMdev] Alias analysis result
Hello everyone, I am trying to find the alias between a store instruction's pointer operand and function arguments. This is the code, virtual void getAnalysisUsage(AnalysisUsage &AU) const { AU.addRequiredTransitive<AliasAnalysis>(); AU.addPreserved<AliasAnalysis>(); } virtual bool runOnFunction(Function &F) { AliasAnalysis &AA =