Searched defs:VNInfo (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DLiveInterval.h38 /// VNInfo - Value Number Information.
42 class VNInfo { class in namespace:llvm
61 /// VNInfo constructor.
62 VNInfo(unsigned i, SlotIndex d) function in class:llvm::VNInfo
66 /// VNInfo construtor, copies values from orig, except for the value number.
67 VNInfo(unsigned i, const VNInfo &orig) function in class:llvm::VNInfo
71 /// Copy from the parameter into this VNInfo.
72 void copyFrom(VNInfo &src) {
81 /// Merge flags from another VNInfo
[all...]

Completed in 81 milliseconds