search for: classllvm_1_1densemapbase

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

2016 Oct 21
2
Accessing the associated LLVM IR Instruction for an SDNode used in instruction selection (back end)
...Instruction (llvm::Value, more exactly) that generated it. As a side question, is there a better modality to find the key associated to a value in a DenseMap object than to iterate through all of DenseMap's elements (I could not find anything better at http://llvm.org/docs/doxygen/html/classllvm_1_1DenseMapBase.html)? Could you please tell me if there is a better modality to retrieve the LLVM IR Instruction from which an SDNode originates? Thank you, Alex
2016 Oct 24
2
Accessing the associated LLVM IR Instruction for an SDNode used in instruction selection (back end)
...ore exactly) that generated it. As a side >> question, is there a better modality to find the key associated to a value in a >> DenseMap object than to iterate through all of DenseMap's elements (I could not find >> anything better at >> http://llvm.org/docs/doxygen/html/classllvm_1_1DenseMapBase.html)? >> >> Could you please tell me if there is a better modality to retrieve the LLVM IR >> Instruction from which an SDNode originates? >> >> Thank you, Alex _______________________________________________ LLVM Developers >> mailing list llvm-dev at lists.llv...