search for: rnumbering

Displaying 4 results from an estimated 4 matches for "rnumbering".

Did you mean: numbering
2011 Oct 28
2
[LLVMdev] [LLVM, llvm-diff] Question about FunctionDifferenceEngine and DiffConsumer::printValue
...ound that it invokes DiffConsumer::printValue method for CaseValue. And here I found that CaseValue itself will never printed. On first look how DiffConsumer::printValue works it seems that for all constants "object numbering" should be printed: out << '%' << ctxt.RNumbering[V]; // V = CaseValue in our case. // RNumbering is instance of DenseMap<Value*,unsigned>. Then I look into DiffConsumer.cpp, ComputeNumbering method that fills RNumbering and LNumbering. Well, numbering computed for function arguments, basic blocks and i...
2011 Oct 31
3
[LLVMdev] [LLVM, llvm-diff] Question about FunctionDifferenceEngine and DiffConsumer::printValue
...Value method for CaseValue. And here >> I found that CaseValue itself will never printed. On first look how >> DiffConsumer::printValue works it seems that for all constants "object >> numbering" should be printed: >> >> out<< '%'<< ctxt.RNumbering[V]; // V = CaseValue in our case. >> // RNumbering is instance of >> DenseMap<Value*,unsigned>. >> >> Then I look into DiffConsumer.cpp, ComputeNumbering method that fills >> RNumbering and LNumbering. Well, numbering computed f...
2011 Oct 29
0
[LLVMdev] [LLVM, llvm-diff] Question about FunctionDifferenceEngine and DiffConsumer::printValue
...fConsumer::printValue method for CaseValue. And here > I found that CaseValue itself will never printed. On first look how > DiffConsumer::printValue works it seems that for all constants "object > numbering" should be printed: > > out << '%' << ctxt.RNumbering[V]; // V = CaseValue in our case. > // RNumbering is instance of > DenseMap<Value*,unsigned>. > > Then I look into DiffConsumer.cpp, ComputeNumbering method that fills > RNumbering and LNumbering. Well, numbering computed for function >...
2011 Nov 03
0
[LLVMdev] [LLVM, llvm-diff] Question about FunctionDifferenceEngine and DiffConsumer::printValue
...aseValue. And here >>> I found that CaseValue itself will never printed. On first look how >>> DiffConsumer::printValue works it seems that for all constants "object >>> numbering" should be printed: >>> >>> out<< '%'<< ctxt.RNumbering[V]; // V = CaseValue in our case. >>> // RNumbering is instance of >>> DenseMap<Value*,unsigned>. >>> >>> Then I look into DiffConsumer.cpp, ComputeNumbering method that fills >>> RNumbering and LNumbering. Well, numbering computed for function &gt...